# 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 fgrep grep) m4_include(testsuite-standard_options.at) m4_include(testsuite-specifics.at) m4_include(testsuite-simple_configuration.at) m4_include(testsuite-domain.at) m4_include(testsuite-graph.at) m4_include(testsuite-molecules.at) m4_include(testsuite-fragmentation.at) m4_include(testsuite-tesselation.at) m4_include(testsuite-filling.at) m4_include(testsuite-analysis.at)