# Process with autom4te to create an -*- Autotest -*- test suite. # # see regression/... subdirs wherein for each of the cases and each check (enumerated) is a pre and post dir. # In pre initial files are placed, in post results can be found to be checked by diff in this testsuite. AT_INIT([Molecular Builder]) AT_TESTED(diff grep egrep fgrep) # makes functions in CheckCommand.sh available within the tests # This is not yet working due to a bug in autotest (AC_CHECK cannot be used inside diversion) #m4_divert_push([PREPARE_TESTS]) #m4_include([CheckCommand.sh]) #m4_divert_pop([PREPARE_TESTS]) # Use colored output with new-enough Autotest. m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) m4_include(Options/testsuite-options.at) m4_include(Parser/testsuite-parser.at) m4_include(Atoms/testsuite-atoms.at) m4_include(Selection/testsuite-selection.at) m4_include(RandomNumbers/testsuite-randomnumbers.at) m4_include(Domain/testsuite-domain.at) m4_include(Graph/testsuite-graph.at) m4_include(Molecules/testsuite-molecules.at) m4_include(Fragmentation/testsuite-fragmentation.at) m4_include(Tesselation/testsuite-tesselation.at) m4_include(Filling/testsuite-filling.at) m4_include(Analysis/testsuite-analysis.at)