source: src/unittests/Makefile.am@ f2f4ae

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 f2f4ae was f2f4ae, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Made the memory debugger thread safe

  • Property mode set to 100644
File size: 7.5 KB
Line 
1INCLUDES = -I$(top_srcdir)/src
2
3AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
4AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
5
6MENUTESTS = \
7 ActionSequenceTest
8
9TESTS = \
10 ActOnAllUnitTest \
11 AnalysisBondsUnitTests \
12 AnalysisCorrelationToPointUnitTest \
13 AnalysisCorrelationToSurfaceUnitTest \
14 AnalysisPairCorrelationUnitTest \
15 atomsCalculationTest \
16 AtomDescriptorTest \
17 BondGraphUnitTest \
18 CacheableTest \
19 CountBondsUnitTest \
20 GSLMatrixSymmetricUnitTest \
21 GSLMatrixUnitTest \
22 GSLVectorUnitTest \
23 InfoUnitTest \
24 LinearSystemOfEquationsUnitTest \
25 LinkedCellUnitTest \
26 ListOfBondsUnitTest \
27 LogUnitTest \
28 manipulateAtomsTest \
29 MemoryUsageObserverUnitTest \
30 MemoryAllocatorUnitTest \
31 MoleculeDescriptorTest \
32 PlaneUnittest \
33 ObserverTest \
34 SingletonTest \
35 StackClassUnitTest \
36 TesselationUnitTest \
37 Tesselation_BoundaryTriangleUnitTest \
38 Tesselation_InOutsideUnitTest \
39 VectorUnitTest \
40 ${MENUTESTS}
41
42
43check_PROGRAMS = $(TESTS)
44noinst_PROGRAMS = $(TESTS) TestRunner
45
46GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
47ALLLIBS = ../libmolecuilder.a ${GSLLIBS}
48
49TESTSOURCES = \
50 ActOnAllUnitTest.cpp \
51 ActionSequenceTest.cpp \
52 analysisbondsunittest.cpp \
53 AnalysisCorrelationToPointUnitTest.cpp \
54 AnalysisCorrelationToSurfaceUnitTest.cpp \
55 AnalysisPairCorrelationUnitTest.cpp \
56 AtomDescriptorTest.cpp \
57 atomsCalculationTest.cpp \
58 bondgraphunittest.cpp \
59 CacheableTest.cpp \
60 CountBondsUnitTest.cpp \
61 gslmatrixsymmetricunittest.cpp \
62 gslmatrixunittest.cpp \
63 gslvectorunittest.cpp \
64 infounittest.cpp \
65 linearsystemofequationsunittest.cpp \
66 LinkedCellUnitTest.cpp \
67 listofbondsunittest.cpp \
68 logunittest.cpp \
69 manipulateAtomsTest.cpp \
70 memoryallocatorunittest.cpp \
71 memoryusageobserverunittest.cpp \
72 MoleculeDescriptorTest.cpp \
73 PlaneUnittest.cpp \
74 ObserverTest.cpp \
75 SingletonTest.cpp \
76 stackclassunittest.cpp \
77 tesselationunittest.cpp \
78 tesselation_boundarytriangleunittest.cpp \
79 tesselation_insideoutsideunittest.cpp \
80 vectorunittest.cpp
81
82TESTHEADERS = \
83 ActOnAllUnitTest.hpp \
84 ActionSequenceTest.hpp \
85 analysisbondsunittest.hpp \
86 AnalysisCorrelationToPointUnitTest.hpp \
87 AnalysisCorrelationToSurfaceUnitTest.hpp \
88 AnalysisPairCorrelationUnitTest.hpp \
89 AtomDescriptorTest.hpp \
90 atomsCalculationTest.hpp \
91 bondgraphunittest.hpp \
92 CacheableTest.hpp \
93 CountBondsUnitTest.hpp \
94 gslmatrixsymmetricunittest.hpp \
95 gslmatrixunittest.hpp \
96 gslvectorunittest.hpp \
97 infounittest.hpp \
98 linearsystemofequationsunittest.hpp \
99 LinkedCellUnitTest.hpp \
100 listofbondsunittest.hpp \
101 logunittest.hpp \
102 manipulateAtomsTest.hpp \
103 memoryallocatorunittest.hpp \
104 memoryusageobserverunittest.hpp \
105 MoleculeDescriptorTest.hpp \
106 PlaneUnittest.hpp \
107 ObserverTest.hpp \
108 SingletonTest.hpp \
109 stackclassunittest.hpp \
110 tesselationunittest.hpp \
111 tesselation_boundarytriangleunittest.hpp \
112 tesselation_insideoutsideunittest.hpp \
113 vectorunittest.hpp
114
115
116ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
117ActOnAllUnitTest_LDADD = ${ALLLIBS}
118
119AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
120AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
121
122AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
123AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
124
125AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
126AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
127
128AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
129AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
130
131atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
132atomsCalculationTest_LDADD = ${ALLLIBS}
133
134BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
135BondGraphUnitTest_LDADD = ${ALLLIBS}
136
137CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
138CountBondsUnitTest_LDADD = ${ALLLIBS}
139
140GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
141GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
142
143GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
144GSLMatrixUnitTest_LDADD = ${GSLLIBS}
145
146GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
147GSLVectorUnitTest_LDADD = ${GSLLIBS}
148
149InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
150InfoUnitTest_LDADD = ${ALLLIBS}
151
152LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
153LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
154
155LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
156LinkedCellUnitTest_LDADD = ${ALLLIBS}
157
158ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
159ListOfBondsUnitTest_LDADD = ${ALLLIBS}
160
161LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
162LogUnitTest_LDADD = ${ALLLIBS}
163
164MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
165MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
166
167MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
168MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
169
170MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
171MoleculeDescriptorTest_LDADD = ${ALLLIBS}
172
173PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
174PlaneUnittest_LDADD = ${ALLLIBS}
175
176SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
177SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
178
179StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
180StackClassUnitTest_LDADD = ${ALLLIBS}
181
182TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
183TesselationUnitTest_LDADD = ${ALLLIBS}
184
185Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
186Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
187
188Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
189Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
190
191VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
192VectorUnitTest_LDADD = ${ALLLIBS}
193
194ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
195ActionSequenceTest_LDADD = ${ALLLIBS}
196
197ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
198ObserverTest_LDADD = ${ALLLIBS}
199
200CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
201CacheableTest_LDADD = ${ALLLIBS}
202
203AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
204AtomDescriptorTest_LDADD = ${ALLLIBS}
205
206manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
207manipulateAtomsTest_LDADD = ${ALLLIBS}
208
209TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
210TestRunner_LDADD = ${ALLLIBS}
211
212#AUTOMAKE_OPTIONS = parallel-tests
213
Note: See TracBrowser for help on using the repository browser.