Changes in tests/regression/testsuite.at [3f9eba:881c05]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/testsuite.at
r3f9eba r881c05 7 7 AT_TESTED(diff grep egrep fgrep) 8 8 9 # makes functions in CheckCommand.sh available within the tests 10 # This is not yet working due to a bug in autotest (AC_CHECK cannot be used inside diversion) 11 #m4_divert_push([PREPARE_TESTS]) 12 #m4_include([CheckCommand.sh]) 13 #m4_divert_pop([PREPARE_TESTS]) 14 9 15 # Use colored output with new-enough Autotest. 10 16 m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) 11 17 12 m4_include( testsuite-standard_options.at)18 m4_include(Options/testsuite-options.at) 13 19 14 m4_include( testsuite-specifics.at)20 m4_include(Parser/testsuite-parser.at) 15 21 16 m4_include( testsuite-simple_configuration.at)22 m4_include(Atoms/testsuite-atoms.at) 17 23 18 24 m4_include(Selection/testsuite-selection.at) … … 20 26 m4_include(RandomNumbers/testsuite-randomnumbers.at) 21 27 22 m4_include( testsuite-domain.at)28 m4_include(Domain/testsuite-domain.at) 23 29 24 m4_include( testsuite-graph.at)30 m4_include(Graph/testsuite-graph.at) 25 31 26 m4_include( testsuite-molecules.at)32 m4_include(Molecules/testsuite-molecules.at) 27 33 28 m4_include( testsuite-fragmentation.at)34 m4_include(Fragmentation/testsuite-fragmentation.at) 29 35 30 m4_include( testsuite-tesselation.at)36 m4_include(Tesselation/testsuite-tesselation.at) 31 37 32 38 m4_include(Filling/testsuite-filling.at)
Note:
See TracChangeset
for help on using the changeset viewer.