Changeset 1513599 for ThirdParty/mpqc_open/src/lib/util
- Timestamp:
- Mar 2, 2017, 12:28:37 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, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_levmar, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- 72461c
- Parents:
- 6b1a6a
- git-author:
- Frederik Heber <heber@…> (02/09/17 15:48:12)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 12:28:37)
- Location:
- ThirdParty/mpqc_open/src/lib/util
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/util/class/Makefile.am
r6b1a6a r1513599 53 53 scextest_class 54 54 55 TESTS += $(CLASSTESTS) 55 56 check_PROGRAMS += $(CLASSTESTS) 56 57 noinst_PROGRAMS += $(CLASSTESTS) -
ThirdParty/mpqc_open/src/lib/util/container/Makefile.am
r6b1a6a r1513599 56 56 avltest 57 57 58 TESTS += $(CONTAINERTESTS) 58 59 check_PROGRAMS += $(CONTAINERTESTS) 59 60 noinst_PROGRAMS += $(CONTAINERTESTS) -
ThirdParty/mpqc_open/src/lib/util/group/Makefile.am
r6b1a6a r1513599 141 141 thrtest 142 142 143 TESTS += $(GROUPTESTS) 143 144 check_PROGRAMS += $(GROUPTESTS) 144 145 noinst_PROGRAMS += $(GROUPTESTS) -
ThirdParty/mpqc_open/src/lib/util/keyval/Makefile.am
r6b1a6a r1513599 69 69 keyvaltest 70 70 71 TESTS += $(KEYVALTESTS) 71 72 check_PROGRAMS += $(KEYVALTESTS) 72 73 noinst_PROGRAMS += $(KEYVALTESTS) -
ThirdParty/mpqc_open/src/lib/util/misc/Makefile.am
r6b1a6a r1513599 84 84 formiot 85 85 86 TESTS += $(MISCTESTS) 86 87 check_PROGRAMS += $(MISCTESTS) 87 88 noinst_PROGRAMS += $(MISCTESTS) -
ThirdParty/mpqc_open/src/lib/util/options/Makefile.am
r6b1a6a r1513599 49 49 sample 50 50 51 TESTS += $(OPTIONSTESTS) 51 52 check_PROGRAMS += $(OPTIONSTESTS) 52 53 noinst_PROGRAMS += $(OPTIONSTESTS) -
ThirdParty/mpqc_open/src/lib/util/psi3/libpsio/Makefile.am
r6b1a6a r1513599 106 106 psiotest 107 107 108 TESTS += $(PSIOTESTS) 108 109 check_PROGRAMS += $(PSIOTESTS) 109 110 noinst_PROGRAMS += $(PSIOTESTS) -
ThirdParty/mpqc_open/src/lib/util/ref/Makefile.am
r6b1a6a r1513599 51 51 reftest 52 52 53 TESTS += $(REFTESTS) 53 54 check_PROGRAMS += $(REFTESTS) 54 55 noinst_PROGRAMS += $(REFTESTS) -
ThirdParty/mpqc_open/src/lib/util/render/Makefile.am
r6b1a6a r1513599 78 78 rentest 79 79 80 TESTS += $(RENDERTESTS) 80 81 check_PROGRAMS += $(RENDERTESTS) 81 82 noinst_PROGRAMS += $(RENDERTESTS) -
ThirdParty/mpqc_open/src/lib/util/state/Makefile.am
r6b1a6a r1513599 66 66 statetest 67 67 68 TESTS += $(STATETESTS) 68 69 check_PROGRAMS += $(STATETESTS) 69 70 noinst_PROGRAMS += $(STATETESTS)
Note:
See TracChangeset
for help on using the changeset viewer.