Changes between Version 5 and Version 6 of TestingGuidelines


Ignore:
Timestamp:
Sep 10, 2012, 12:49:47 PM (12 years ago)
Author:
ankele
Comment:

regression test + AUTOTEST_PATH

Legend:

Unmodified
Added
Removed
Modified
  • TestingGuidelines

    v5 v6  
    158158If you want to call an individual regression test, you can access the '''testsuite''' program in [source:tests/regression/testsuite] directly by giving it the number or range of a test. We sssume your build directory is called '''build''', and you are right now in '''./build/tests/regression/''' and you want to start tests 5-8 and 10, enter
    159159{{{
    160 ../../../tests/regression/testsuite 5-8 10
     160../../../tests/regression/testsuite 5-8 10 AUTOTEST_PATH=path/to/molecuilder/build/src/
    161161}}}
    162162and only these tests will get executed. You can also specify a number of tests by its keywords, try