# # 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([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 - Calculations with JobMarket]) m4_include(atlocal) # now all the molecules m4_include(testsuite-calculations-jobmarket-1_2-dimethoxyethane.at) m4_include(testsuite-calculations-jobmarket-1_2-dimethylbenzene.at) m4_include(testsuite-calculations-jobmarket-2-methylcyclohexanone.at) m4_include(testsuite-calculations-jobmarket-anthracene.at) m4_include(testsuite-calculations-jobmarket-benzene.at) m4_include(testsuite-calculations-jobmarket-cholesterol.at) m4_include(testsuite-calculations-jobmarket-coronene.at) m4_include(testsuite-calculations-jobmarket-cycloheptane.at) m4_include(testsuite-calculations-jobmarket-dimethyl_bromomalonate.at) m4_include(testsuite-calculations-jobmarket-glucose.at) m4_include(testsuite-calculations-jobmarket-heptan.at) m4_include(testsuite-calculations-jobmarket-isoleucine.at) m4_include(testsuite-calculations-jobmarket-naphthalene.at) m4_include(testsuite-calculations-jobmarket-neohexane.at) m4_include(testsuite-calculations-jobmarket-N_N-dimethylacetamide.at) m4_include(testsuite-calculations-jobmarket-phenanthrene.at) m4_include(testsuite-calculations-jobmarket-proline.at) m4_include(testsuite-calculations-jobmarket-putrescine.at) m4_include(testsuite-calculations-jobmarket-tartaric_acid.at)