Changes between Version 5 and Version 6 of TestingGuidelines
- Timestamp:
- Sep 10, 2012, 12:49:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingGuidelines
v5 v6 158 158 If 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 159 159 {{{ 160 ../../../tests/regression/testsuite 5-8 10 160 ../../../tests/regression/testsuite 5-8 10 AUTOTEST_PATH=path/to/molecuilder/build/src/ 161 161 }}} 162 162 and only these tests will get executed. You can also specify a number of tests by its keywords, try