# 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([Molecuilder JobMarket module]) AT_TESTED(diff grep egrep fgrep) # Use colored output with new-enough Autotest. m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) # JobMarket m4_include([testsuite-jobmarket.at])