# 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(basename egrep find grep sed) # Use colored output with new-enough Autotest. m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) AT_BANNER([MoleCuilder - Code Checks]) m4_include(atlocal) m4_include(testsuite-config_h.at) m4_include(testsuite-date_in_dox.at) m4_include(testsuite-globallistofactions_hpp.at) m4_include(testsuite-memdebug.at) m4_include(testsuite-project-disclaimer.at) m4_include(testsuite-header-dist.at)