X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=a23ae2d2bc24332dce18b2184793827a1cb5a6aa;hb=8d2880ced7e70bde6a564df14b93bfd024fd17b1;hp=24fdc8c1418ba08916682fa7f3a227ad9f2c6b35;hpb=6a798f2e8df55a49aa449dbcd48450638d0382c2;p=tools%2Flibbatch.git diff --git a/INSTALL b/INSTALL index 24fdc8c..a23ae2d 100644 --- a/INSTALL +++ b/INSTALL @@ -109,9 +109,12 @@ The build system creates a test target that can be used to automatically test some features of the library. The test coverage for this library is currently quite poor. Remember that since the tests use connections to remote batch systems, the first causes of failure are network and authentication errors. To -run the tests, you will first have to set several variables in the cache -(execution host, ...), with ccmake for instance. Then to execute those tests, -just go to your build directory and type: +run the tests, you will first have to enable them by setting CMake variable +TEST_ENABLED to ON. Then copy the file src/Core/Test/batchtest.conf to your +home directory for instance. Edit this file according to your local +configuration. Set the environment variable BATCH_TEST_CONFIG_FILE to the path +to your own configuration file. To execute the autotests, just go to your build +directory and type: $ make test