source: src/unittests/Makefile.am@ 36166d

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults AddingActions_SaveParseParticleParameters Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_ParticleName_to_Atom Adding_StructOpt_integration_tests AtomFragments Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator CombiningParticlePotentialParsing Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_BoundInBox_CenterInBox_MoleculeActions Fix_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_PopActions Fix_QtFragmentList_sorted_selection Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fix_fitting_potentials Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion FragmentAction_writes_AtomFragments FragmentMolecule_checks_bonddegrees GeometryObjects Gui_Fixes Gui_displays_atomic_force_velocity ImplicitCharges IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix MoreRobust_FragmentAutomation ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PdbParser_setsAtomName PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks Rewrite_FitPartialCharges RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg Switchable_LogView ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps TremoloParser_setsAtomName Ubuntu_1604_changes stable
Last change on this file since 36166d was 36166d, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Removed left over parts from old memory-tracker

  • Property mode set to 100644
File size: 7.8 KB
RevLine 
[18eecf]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
[b9907c]4INCLUDES = -I$(top_srcdir)/src
5
[831a14]6AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
7AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
[be90f1]8
[5f612ee]9MENUTESTS = \
10 ActionSequenceTest
[147339]11
[9fb860]12TESTS = \
13 ActOnAllUnitTest \
14 AnalysisBondsUnitTests \
15 AnalysisCorrelationToPointUnitTest \
16 AnalysisCorrelationToSurfaceUnitTest \
17 AnalysisPairCorrelationUnitTest \
[57adc7]18 atomsCalculationTest \
19 AtomDescriptorTest \
[9fb860]20 BondGraphUnitTest \
[57adc7]21 CacheableTest \
[dfe8ef]22 CountBondsUnitTest \
[fc3b67]23 GSLMatrixSymmetricUnitTest \
24 GSLMatrixUnitTest \
[9fb860]25 GSLVectorUnitTest \
26 InfoUnitTest \
[f60610]27 LinearSystemOfEquationsUnitTest \
[45ef76]28 LineUnittest \
[dcea0f]29 LinkedCellUnitTest \
[9fb860]30 ListOfBondsUnitTest \
31 LogUnitTest \
[57adc7]32 manipulateAtomsTest \
33 MoleculeDescriptorTest \
34 ObserverTest \
[cb2146]35 ParserUnitTest \
[4eb4fe]36 periodentafelTest \
37 PlaneUnittest \
[997784]38 ShapeUnittest \
[7ca806]39 SingletonTest \
[9fb860]40 StackClassUnitTest \
41 TesselationUnitTest \
[e9c677]42 Tesselation_BoundaryTriangleUnitTest \
43 Tesselation_InOutsideUnitTest \
[63c1f6]44 VectorUnitTest \
[46d958]45 ${MENUTESTS}
46
[9fb860]47
[63c1f6]48check_PROGRAMS = $(TESTS)
[9b6b2f]49noinst_PROGRAMS = $(TESTS) TestRunner
[b9907c]50
[f2f4ae]51GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
52ALLLIBS = ../libmolecuilder.a ${GSLLIBS}
[35b698]53PARSERLIBS = ../libparser.a ${ALLLIBS}
[4d9c01]54
[9b6b2f]55TESTSOURCES = \
56 ActOnAllUnitTest.cpp \
[57adc7]57 ActionSequenceTest.cpp \
[9b6b2f]58 analysisbondsunittest.cpp \
59 AnalysisCorrelationToPointUnitTest.cpp \
60 AnalysisCorrelationToSurfaceUnitTest.cpp \
61 AnalysisPairCorrelationUnitTest.cpp \
[57adc7]62 AtomDescriptorTest.cpp \
63 atomsCalculationTest.cpp \
[9b6b2f]64 bondgraphunittest.cpp \
[57adc7]65 CacheableTest.cpp \
[5f612ee]66 CountBondsUnitTest.cpp \
[9b6b2f]67 gslmatrixsymmetricunittest.cpp \
68 gslmatrixunittest.cpp \
69 gslvectorunittest.cpp \
70 infounittest.cpp \
71 linearsystemofequationsunittest.cpp \
[45ef76]72 LineUnittest.cpp \
[5f612ee]73 LinkedCellUnitTest.cpp \
[9b6b2f]74 listofbondsunittest.cpp \
75 logunittest.cpp \
[57adc7]76 manipulateAtomsTest.cpp \
77 MoleculeDescriptorTest.cpp \
78 ObserverTest.cpp \
[cb2146]79 ParserUnitTest.cpp \
[4eb4fe]80 periodentafelTest.cpp \
81 PlaneUnittest.cpp \
[997784]82 ShapeUnittest.cpp \
[7ca806]83 SingletonTest.cpp \
[9b6b2f]84 stackclassunittest.cpp \
85 tesselationunittest.cpp \
86 tesselation_boundarytriangleunittest.cpp \
87 tesselation_insideoutsideunittest.cpp \
[57adc7]88 vectorunittest.cpp
[9b6b2f]89
90TESTHEADERS = \
[5f612ee]91 ActOnAllUnitTest.hpp \
92 ActionSequenceTest.hpp \
93 analysisbondsunittest.hpp \
94 AnalysisCorrelationToPointUnitTest.hpp \
95 AnalysisCorrelationToSurfaceUnitTest.hpp \
96 AnalysisPairCorrelationUnitTest.hpp \
97 AtomDescriptorTest.hpp \
98 atomsCalculationTest.hpp \
99 bondgraphunittest.hpp \
100 CacheableTest.hpp \
101 CountBondsUnitTest.hpp \
102 gslmatrixsymmetricunittest.hpp \
103 gslmatrixunittest.hpp \
104 gslvectorunittest.hpp \
105 infounittest.hpp \
106 linearsystemofequationsunittest.hpp \
[45ef76]107 LineUnittest.hpp \
[5f612ee]108 LinkedCellUnitTest.hpp \
109 listofbondsunittest.hpp \
110 logunittest.hpp \
111 manipulateAtomsTest.hpp \
112 MoleculeDescriptorTest.hpp \
[4eb4fe]113 periodentafelTest.hpp \
[fa5a6a]114 PlaneUnittest.hpp \
[5f612ee]115 ObserverTest.hpp \
116 SingletonTest.hpp \
117 stackclassunittest.hpp \
118 tesselationunittest.hpp \
119 tesselation_boundarytriangleunittest.hpp \
120 tesselation_insideoutsideunittest.hpp \
121 vectorunittest.hpp
[9fb860]122
[9b6b2f]123
[18eecf]124ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
125ActionSequenceTest_LDADD = ${ALLLIBS}
126
[9b6b2f]127ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
[4d9c01]128ActOnAllUnitTest_LDADD = ${ALLLIBS}
[c111db]129
[9b6b2f]130AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]131AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]132
[9b6b2f]133AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]134AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]135
[9b6b2f]136AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]137AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]138
[9b6b2f]139AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]140AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]141
[6e97e5]142atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
143atomsCalculationTest_LDADD = ${ALLLIBS}
144
[18eecf]145AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
146AtomDescriptorTest_LDADD = ${ALLLIBS}
147
[9b6b2f]148BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]149BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]150
[18eecf]151CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
152CacheableTest_LDADD = ${ALLLIBS}
153
[5f612ee]154CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
155CountBondsUnitTest_LDADD = ${ALLLIBS}
156
[9b6b2f]157GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
[4d9c01]158GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
[9fb860]159
[9b6b2f]160GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
[4d9c01]161GSLMatrixUnitTest_LDADD = ${GSLLIBS}
[9fb860]162
[9b6b2f]163GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
[4d9c01]164GSLVectorUnitTest_LDADD = ${GSLLIBS}
[46ea3b]165
[9b6b2f]166InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
[4d9c01]167InfoUnitTest_LDADD = ${ALLLIBS}
[8725ed]168
[9b6b2f]169LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
[4d9c01]170LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
[8725ed]171
[45ef76]172LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
173LineUnittest_LDADD = ${ALLLIBS}
174
[5f612ee]175LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
176LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]177
[9b6b2f]178ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]179ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]180
[9b6b2f]181LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
[4d9c01]182LogUnitTest_LDADD = ${ALLLIBS}
[7326b2]183
[18eecf]184manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
185manipulateAtomsTest_LDADD = ${ALLLIBS}
186
[57adc7]187MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
188MoleculeDescriptorTest_LDADD = ${ALLLIBS}
189
[18eecf]190ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
191ObserverTest_LDADD = ${ALLLIBS}
192
193ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
[35b698]194ParserUnitTest_LDADD = ${PARSERLIBS}
[18eecf]195
[4eb4fe]196periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
197periodentafelTest_LDADD = ${ALLLIBS}
198
[fa5a6a]199PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
200PlaneUnittest_LDADD = ${ALLLIBS}
201
[997784]202ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
203ShapeUnittest_LDADD = ${ALLLIBS}
204
[7ca806]205SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
[6d574a]206SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
[7ca806]207
[9b6b2f]208StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
[4d9c01]209StackClassUnitTest_LDADD = ${ALLLIBS}
[d96277]210
[9b6b2f]211TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]212TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]213
[9b6b2f]214Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]215Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]216
[9b6b2f]217Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]218Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]219
[36166d]220TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[9b6b2f]221TestRunner_LDADD = ${ALLLIBS}
[7a1ce5]222
[18eecf]223VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
224VectorUnitTest_LDADD = ${ALLLIBS}
[7326b2]225
[18eecf]226#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.