Changeset c2f543 for tests/Calculations/Makefile.am
- Timestamp:
- Mar 2, 2017, 2:02:46 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- 161fed
- Parents:
- 440ac3
- git-author:
- Frederik Heber <heber@…> (02/20/17 11:26:59)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 14:02:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Calculations/Makefile.am
r440ac3 rc2f543 25 25 testsuite-calculations-tartaric_acid.at 26 26 27 TESTJOBMARKETSCRIPTS = \ 28 testsuite-calculations-jobmarket-1_2-dimethoxyethane.at \ 29 testsuite-calculations-jobmarket-1_2-dimethylbenzene.at \ 30 testsuite-calculations-jobmarket-2-methylcyclohexanone.at \ 31 testsuite-calculations-jobmarket-anthracene.at \ 32 testsuite-calculations-jobmarket-benzene.at \ 33 testsuite-calculations-jobmarket-cholesterol.at \ 34 testsuite-calculations-jobmarket-coronene.at \ 35 testsuite-calculations-jobmarket-cycloheptane.at \ 36 testsuite-calculations-jobmarket-dimethyl_bromomalonate.at \ 37 testsuite-calculations-jobmarket-glucose.at \ 38 testsuite-calculations-jobmarket-heptan.at \ 39 testsuite-calculations-jobmarket-isoleucine.at \ 40 testsuite-calculations-jobmarket-mpqc.at \ 41 testsuite-calculations-jobmarket-naphthalene.at \ 42 testsuite-calculations-jobmarket-neohexane.at \ 43 testsuite-calculations-jobmarket-N_N-dimethylacetamide.at \ 44 testsuite-calculations-jobmarket-phenanthrene.at \ 45 testsuite-calculations-jobmarket-proline.at \ 46 testsuite-calculations-jobmarket-putrescine.at \ 47 testsuite-calculations-jobmarket-tartaric_acid.at 48 27 49 DISTCLEANFILES = atconfig 28 50 … … 31 53 package.m4 \ 32 54 testsuite.at \ 55 testsuite_jobmarket.at \ 33 56 $(TESTSUITE) \ 34 $(TESTSCRIPTS) 57 $(TESTSCRIPTS) \ 58 $(TESTJOBMARKETSCRIPTS) 35 59 36 60 max_jobs = 4 37 61 38 if CONDJOBMARKET39 40 extracheck:41 installextracheck:42 43 else44 62 45 63 extracheck: atlocal package.m4 $(TESTSUITE) … … 63 81 $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS) 64 82 65 endif66 83 67 84 clean-local: … … 70 87 71 88 AUTOTEST = $(AUTOM4TE) --language=autotest 89 90 if CONDJOBMARKET 91 $(TESTSUITE): $(srcdir)/testsuite_jobmarket.at package.m4 $(TESTJOBMARKETSCRIPTS) 92 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $(srcdir)/testsuite_jobmarket.at 93 mv $@.tmp $@ 94 else 72 95 $(TESTSUITE): $(srcdir)/testsuite.at package.m4 $(TESTSCRIPTS) 73 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $ @.at96 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $(srcdir)/testsuite.at 74 97 mv $@.tmp $@ 98 endif 75 99 76 100 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
Note:
See TracChangeset
for help on using the changeset viewer.