| [a85f45] | 1 | # Process with autom4te to create an -*- Autotest -*- test suite.
 | 
|---|
 | 2 | #
 | 
|---|
 | 3 | # see regression/... subdirs wherein for each of the cases and each check (enumerated) is a pre and post dir. 
 | 
|---|
 | 4 | # In pre initial files are placed, in post results can be found to be checked by diff in this testsuite.
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | AT_INIT([Molecular Builder - Tesselations])
 | 
|---|
 | 7 | AT_TESTED(diff grep egrep fgrep)
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | # Use colored output with new-enough Autotest.
 | 
|---|
 | 10 | m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | # tesselation of 1_2-dimethoxyethane
 | 
|---|
 | 13 | m4_include(1_2-dimethoxyethane/testsuite-1_2-dimethoxyethane.at)
 | 
|---|
 | 14 | 
 | 
|---|
 | 15 | # tesselation of 1_2-dimethylbenzene
 | 
|---|
 | 16 | m4_include(1_2-dimethylbenzene/testsuite-1_2-dimethylbenzene.at)
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | # tesselation of 2-methylcyclohexanone
 | 
|---|
 | 19 | m4_include(2-methylcyclohexanone/testsuite-2-methylcyclohexanone.at)
 | 
|---|
 | 20 | 
 | 
|---|
 | 21 | # tesselation of benzene
 | 
|---|
 | 22 | m4_include(benzene/testsuite-benzene.at)
 | 
|---|
 | 23 | 
 | 
|---|
 | 24 | # tesselation of cholesterol
 | 
|---|
 | 25 | m4_include(cholesterol/testsuite-cholesterol.at)
 | 
|---|
 | 26 | 
 | 
|---|
 | 27 | # tesselation of cycloheptane
 | 
|---|
 | 28 | m4_include(cycloheptane/testsuite-cycloheptane.at)
 | 
|---|
 | 29 | 
 | 
|---|
 | 30 | # tesselation of dimethyl_bromomalonate
 | 
|---|
 | 31 | m4_include(dimethyl_bromomalonate/testsuite-dimethyl_bromomalonate.at)
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | # tesselation of glucose
 | 
|---|
 | 34 | m4_include(glucose/testsuite-glucose.at)
 | 
|---|
 | 35 | 
 | 
|---|
 | 36 | # tesselation of heptan
 | 
|---|
 | 37 | m4_include(heptan/testsuite-heptan.at)
 | 
|---|
 | 38 | 
 | 
|---|
 | 39 | # tesselation of isoleucine
 | 
|---|
 | 40 | m4_include(isoleucine/testsuite-isoleucine.at)
 | 
|---|
 | 41 | 
 | 
|---|
 | 42 | # tesselation of neohexane
 | 
|---|
 | 43 | m4_include(neohexane/testsuite-neohexane.at)
 | 
|---|
 | 44 | 
 | 
|---|
 | 45 | # tesselation of N_N-dimethylacetamide
 | 
|---|
 | 46 | m4_include(N_N-dimethylacetamide/testsuite-N_N-dimethylacetamide.at)
 | 
|---|
 | 47 | 
 | 
|---|
 | 48 | # tesselation of proline
 | 
|---|
 | 49 | m4_include(proline/testsuite-proline.at)
 | 
|---|
 | 50 | 
 | 
|---|
 | 51 | # tesselation of putrescine 
 | 
|---|
 | 52 | m4_include(putrescine/testsuite-putrescine.at)
 | 
|---|
 | 53 | 
 | 
|---|
 | 54 | # tesselation of tartaric_acid
 | 
|---|
 | 55 | m4_include(tartaric_acid/testsuite-tartaric_acid.at)
 | 
|---|