Changeset b10593 for tests/GuiChecks/Makefile.am
- Timestamp:
- Jul 12, 2017, 7:11:51 PM (8 years ago)
- Branches:
- Action_Thermostats, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 7516f6
- Parents:
- ecacf0
- git-author:
- Frederik Heber <frederik.heber@…> (07/07/17 13:22:34)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:11:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/GuiChecks/Makefile.am
recacf0 rb10593 25 25 $(srcdir)/./Atoms/RemoveCuboid/testsuite-atoms-remove-cuboid.at \ 26 26 $(srcdir)/./Atoms/TranslationToOrigin/testsuite-atoms-translation-to-origin.at \ 27 $(srcdir)/./Atoms/RandomPerturbation/testsuite-atoms-random-perturbation.at \ 27 28 $(srcdir)/./Atoms/Saturate/testsuite-atoms-saturate-atoms-bonded_atoms.at \ 28 29 $(srcdir)/./Atoms/Saturate/testsuite-atoms-saturate-atoms-carbon.at \ … … 78 79 $(srcdir)/./Parser/Pdb/testsuite-parser-pdb-save.at \ 79 80 $(srcdir)/./Parser/Tremolo/testsuite-parser-tremolo-load.at \ 81 $(srcdir)/./Parser/Tremolo/testsuite-parser-tremolo-load-multiple-timesteps.at \ 80 82 $(srcdir)/./Parser/Tremolo/testsuite-parser-tremolo-load-multiply.at \ 81 83 $(srcdir)/./Parser/Tremolo/testsuite-parser-tremolo-save-unique_usedfields.at \ … … 105 107 $(srcdir)/./Domain/AddEmptyBoundary/testsuite-domain-add-empty-boundary.at \ 106 108 $(srcdir)/./Selection/Atoms/testsuite-selection-atoms.at \ 109 $(srcdir)/./Selection/Atoms/AtomByName/testsuite-selection-unselect-atoms-by-name.at \ 110 $(srcdir)/./Selection/Atoms/AtomByName/testsuite-selection-select-atoms-by-name.at \ 107 111 $(srcdir)/./Selection/Atoms/AtomById/testsuite-selection-unselect-atom-by-id.at \ 108 112 $(srcdir)/./Selection/Atoms/AtomById/testsuite-selection-select-atom-by-id.at \ … … 184 188 $(srcdir)/./Molecules/SaveTemperature/testsuite-molecules-save-temperature.at \ 185 189 $(srcdir)/./Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at \ 190 $(srcdir)/./Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at \ 186 191 $(srcdir)/./Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at \ 187 192 $(srcdir)/./Molecules/Translation-Periodic/testsuite-molecules-translation-periodic.at \ 188 193 $(srcdir)/./Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at \ 189 194 $(srcdir)/./Molecules/Copy/testsuite-molecules-copy-molecule.at \ 195 $(srcdir)/./Molecules/StretchBond/testsuite-molecules-stretch-bond-cyclic_bond.at \ 190 196 $(srcdir)/./Molecules/StretchBond/testsuite-molecules-stretch-bond.at \ 191 197 $(srcdir)/./Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at \ … … 232 238 max_jobs = 8 233 239 234 guicheck: adjacencymatcher atlocal package.m4molecuilder molecuilderguitest trianglematcher $(TESTSUITE)240 guicheck: adjacencymatcher atlocal difffragmentresultcontainer molecuilder molecuilderguitest trianglematcher $(TESTSUITE) 235 241 nrjobs=; \ 236 242 for flag in $$MAKEFLAGS; do \ … … 242 248 $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(abs_top_builddir)/src' $(TESTSUITEFLAGS) 243 249 244 installguicheck: adjacencymatcher atconfig atlocal molecuilder molecuilderguitest trianglematcher $(TESTSUITE)250 installguicheck: adjacencymatcher atconfig atlocal difffragmentresultcontainer molecuilder molecuilderguitest trianglematcher $(TESTSUITE) 245 251 nrjobs=; \ 246 252 for flag in $$MAKEFLAGS; do \
Note:
See TracChangeset
for help on using the changeset viewer.