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