source: src/unittests/Makefile.am@ 9f632c

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

Added Unittest for formula class

  • Property mode set to 100644
File size: 8.2 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 FormulaUnittest \
24 GSLMatrixSymmetricUnitTest \
25 GSLMatrixUnitTest \
26 GSLVectorUnitTest \
27 InfoUnitTest \
28 LinearSystemOfEquationsUnitTest \
29 LineUnittest \
30 LinkedCellUnitTest \
31 ListOfBondsUnitTest \
32 LogUnitTest \
33 manipulateAtomsTest \
34 MatrixUnittest \
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}
55PARSERLIBS = ../libparser.a ${ALLLIBS}
56
57TESTSOURCES = \
58 ActOnAllUnitTest.cpp \
59 ActionSequenceTest.cpp \
60 analysisbondsunittest.cpp \
61 AnalysisCorrelationToPointUnitTest.cpp \
62 AnalysisCorrelationToSurfaceUnitTest.cpp \
63 AnalysisPairCorrelationUnitTest.cpp \
64 AtomDescriptorTest.cpp \
65 atomsCalculationTest.cpp \
66 bondgraphunittest.cpp \
67 CacheableTest.cpp \
68 CountBondsUnitTest.cpp \
69 FormulaUnittest.cpp \
70 gslmatrixsymmetricunittest.cpp \
71 gslmatrixunittest.cpp \
72 gslvectorunittest.cpp \
73 infounittest.cpp \
74 linearsystemofequationsunittest.cpp \
75 LineUnittest.cpp \
76 LinkedCellUnitTest.cpp \
77 listofbondsunittest.cpp \
78 logunittest.cpp \
79 MatrixUnittest.cpp \
80 manipulateAtomsTest.cpp \
81 MoleculeDescriptorTest.cpp \
82 ObserverTest.cpp \
83 ParserUnitTest.cpp \
84 periodentafelTest.cpp \
85 PlaneUnittest.cpp \
86 ShapeUnittest.cpp \
87 SingletonTest.cpp \
88 stackclassunittest.cpp \
89 tesselationunittest.cpp \
90 tesselation_boundarytriangleunittest.cpp \
91 tesselation_insideoutsideunittest.cpp \
92 vectorunittest.cpp
93
94TESTHEADERS = \
95 ActOnAllUnitTest.hpp \
96 ActionSequenceTest.hpp \
97 analysisbondsunittest.hpp \
98 AnalysisCorrelationToPointUnitTest.hpp \
99 AnalysisCorrelationToSurfaceUnitTest.hpp \
100 AnalysisPairCorrelationUnitTest.hpp \
101 AtomDescriptorTest.hpp \
102 atomsCalculationTest.hpp \
103 bondgraphunittest.hpp \
104 CacheableTest.hpp \
105 CountBondsUnitTest.hpp \
106 FormulaUnittest.hpp \
107 gslmatrixsymmetricunittest.hpp \
108 gslmatrixunittest.hpp \
109 gslvectorunittest.hpp \
110 infounittest.hpp \
111 linearsystemofequationsunittest.hpp \
112 LineUnittest.hpp \
113 LinkedCellUnitTest.hpp \
114 listofbondsunittest.hpp \
115 logunittest.hpp \
116 manipulateAtomsTest.hpp \
117 MatrixUnittest.hpp \
118 MoleculeDescriptorTest.hpp \
119 periodentafelTest.hpp \
120 PlaneUnittest.hpp \
121 ObserverTest.hpp \
122 SingletonTest.hpp \
123 stackclassunittest.hpp \
124 tesselationunittest.hpp \
125 tesselation_boundarytriangleunittest.hpp \
126 tesselation_insideoutsideunittest.hpp \
127 vectorunittest.hpp
128
129
130ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
131ActionSequenceTest_LDADD = ${ALLLIBS}
132
133ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
134ActOnAllUnitTest_LDADD = ${ALLLIBS}
135
136AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
137AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
138
139AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
140AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
141
142AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
143AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
144
145AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
146AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
147
148atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
149atomsCalculationTest_LDADD = ${ALLLIBS}
150
151AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
152AtomDescriptorTest_LDADD = ${ALLLIBS}
153
154BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
155BondGraphUnitTest_LDADD = ${ALLLIBS}
156
157CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
158CacheableTest_LDADD = ${ALLLIBS}
159
160CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
161CountBondsUnitTest_LDADD = ${ALLLIBS}
162
163FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
164FormulaUnittest_LDADD = ${ALLLIBS}
165
166GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
167GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
168
169GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
170GSLMatrixUnitTest_LDADD = ${GSLLIBS}
171
172GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
173GSLVectorUnitTest_LDADD = ${GSLLIBS}
174
175InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
176InfoUnitTest_LDADD = ${ALLLIBS}
177
178LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
179LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
180
181LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
182LineUnittest_LDADD = ${ALLLIBS}
183
184LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
185LinkedCellUnitTest_LDADD = ${ALLLIBS}
186
187ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
188ListOfBondsUnitTest_LDADD = ${ALLLIBS}
189
190LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
191LogUnitTest_LDADD = ${ALLLIBS}
192
193manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
194manipulateAtomsTest_LDADD = ${ALLLIBS}
195
196MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
197MatrixUnittest_LDADD = ${ALLLIBS}
198
199MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
200MoleculeDescriptorTest_LDADD = ${ALLLIBS}
201
202ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
203ObserverTest_LDADD = ${ALLLIBS}
204
205ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
206ParserUnitTest_LDADD = ${PARSERLIBS}
207
208periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
209periodentafelTest_LDADD = ${ALLLIBS}
210
211PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
212PlaneUnittest_LDADD = ${ALLLIBS}
213
214ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
215ShapeUnittest_LDADD = ${ALLLIBS}
216
217SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
218SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
219
220StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
221StackClassUnitTest_LDADD = ${ALLLIBS}
222
223TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
224TesselationUnitTest_LDADD = ${ALLLIBS}
225
226Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
227Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
228
229Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
230Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
231
232TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
233TestRunner_LDADD = ${ALLLIBS}
234
235VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
236VectorUnitTest_LDADD = ${ALLLIBS}
237
238#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.