# # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # 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 Python module]) AT_TESTED(diff grep egrep fgrep units) # 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]) # CommandHelp m4_include([CommandHelp/testsuite-python-commandhelp.at]) # options.dat complete m4_include([AllActions/testsuite-python-options_dat.at]) # AllActions m4_include([AllActions/testsuite-python-allactions.at]) # ReturnValueActions m4_include([ReturnValueActions/testsuite-python-returnvalueactions.at]) # BoxMaker m4_include([BoxMaker/testsuite-python-boxmaker.at])