source: src/unittests/Makefile.am@ 997784

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

Added basic structure for definition of geometric 3D shapes.

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