Changes in tests/regression/Makefile.am [490038:c77ac8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Makefile.am
r490038 rc77ac8 11 11 Graph \ 12 12 Molecules \ 13 Selection \ 13 14 Simple_configuration \ 14 15 Tesselation 15 16 TESTSUITE = $(srcdir)/testsuite 17 18 TESTSCRIPTS = \ 19 $(srcdir)/testsuite-analysis.at \ 20 $(srcdir)/testsuite-domain.at \ 21 $(srcdir)/testsuite-filling.at \ 22 $(srcdir)/testsuite-fragmentation.at \ 23 $(srcdir)/testsuite-graph.at \ 24 $(srcdir)/testsuite-molecules.at \ 25 $(srcdir)/testsuite-simple_configuration.at \ 26 $(srcdir)/Selection/testsuite-selection.at \ 27 $(srcdir)/Selection/Atoms/testsuite-selection-all-atoms.at \ 28 $(srcdir)/Selection/Atoms/testsuite-selection-atoms-by-element.at \ 29 $(srcdir)/Selection/Atoms/testsuite-selection-atom-by-id.at \ 30 $(srcdir)/Selection/Atoms/testsuite-selection-atoms-inside-cuboid.at \ 31 $(srcdir)/Selection/Atoms/testsuite-selection-atoms-inside-sphere.at \ 32 $(srcdir)/Selection/Atoms/testsuite-selection-atoms-of-molecule.at \ 33 $(srcdir)/Selection/Atoms/testsuite-selection-clear-atoms.at \ 34 $(srcdir)/Selection/Molecules/testsuite-selection-all-molecules.at \ 35 $(srcdir)/Selection/Molecules/testsuite-selection-clear-molecules.at \ 36 $(srcdir)/Selection/Molecules/testsuite-selection-molecules-by-formula.at \ 37 $(srcdir)/Selection/Molecules/testsuite-selection-molecule-by-id.at \ 38 $(srcdir)/Selection/Molecules/testsuite-selection-molecules-by-name.at \ 39 $(srcdir)/Selection/Molecules/testsuite-selection-molecules-of-atoms.at \ 40 $(srcdir)/testsuite-specifics.at \ 41 $(srcdir)/testsuite-standard_options.at \ 42 $(srcdir)/testsuite-tesselation.at 43 16 44 17 45 max_jobs = 4 … … 36 64 37 65 AUTOTEST = $(AUTOM4TE) --language=autotest 38 $(TESTSUITE): $(srcdir)/testsuite.at $( srcdir)/testsuite-*.at66 $(TESTSUITE): $(srcdir)/testsuite.at $(TESTSCRIPTS) 39 67 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at 40 68 mv $@.tmp $@
Note:
See TracChangeset
for help on using the changeset viewer.