On Sat, Oct 16, 2010 at 8:42 PM, Tim Vandermeersch
<tim.vandermeer...@gmail.com> wrote:
> On Sat, Oct 16, 2010 at 8:35 PM, Craig A. James <cja...@emolecules.com> wrote:
>> Can someone give me a quick tutorial or point me to documentation on how to 
>> run the entire test set?  "make test" doesn't seem to do anything, and the 
>> shell scripts in the test directory don't seem to do the trick.
>
> "ctest -R" runs all the tests but make test should also do this. Did
> the tests build?

Or you can submit the results to the dashboard:

cd openbabel-2.3.0rc1
mkdir build
cd build
cmake ..
ctest -VV -D Experimental

The last line will build the project, run the tests and submit this
to: http://my.cdash.org/index.php?project=Open+Babel&display=project

This makes it easy for us to see why the build fails or why tests are
not running etc.

>> Thanks,
>> Craig
>>
>> ------------------------------------------------------------------------------
>> Download new Adobe(R) Flash(R) Builder(TM) 4
>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>> Flex(R) Builder(TM)) enable the development of rich applications that run
>> across multiple browsers and platforms. Download your free trials today!
>> http://p.sf.net/sfu/adobe-dev2dev
>> _______________________________________________
>> OpenBabel-Devel mailing list
>> OpenBabel-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/openbabel-devel
>>
>

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to