source: src/unittests/Makefile.am@ fff54f

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 fff54f was fff54f, checked in by Frederik Heber <heber@…>, 14 years ago

Moved all Matrix...Unittest to LinearAlgebra/unittests/Matrix...UnitTest.

  • Property mode set to 100644
File size: 8.8 KB
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4SUBDIRS = \
5 ../Actions/unittests \
6 ../Descriptors/unittests \
7 ../Helpers/unittests \
8 ../LinearAlgebra/unittests \
9 ../Patterns/unittests
10
11INCLUDES = -I$(top_srcdir)/src
12
13AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
14AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
15AM_CPPFLAGS = ${BOOST_CPPFLAGS}
16
17TESTS = \
18 AnalysisBondsUnitTests \
19 AnalysisCorrelationToPointUnitTest \
20 AnalysisCorrelationToSurfaceUnitTest \
21 AnalysisPairCorrelationUnitTest \
22 BondGraphUnitTest \
23 BoxUnittest \
24 CountBondsUnitTest \
25 FormulaUnittest \
26 LinearSystemOfEquationsUnitTest \
27 LineUnittest \
28 LinkedCellUnitTest \
29 ListOfBondsUnitTest \
30 LogUnitTest \
31 manipulateAtomsTest \
32 MenuDescriptionUnitTest \
33 MoleculeDescriptorTest \
34 ObserverTest \
35 ParserCommonUnitTest \
36 ParserTremoloUnitTest \
37 periodentafelTest \
38 PlaneUnittest \
39 Registry \
40 ShapeUnittest \
41 SubspaceFactorizerUnitTest \
42 TesselationUnitTest \
43 Tesselation_BoundaryTriangleUnitTest \
44 Tesselation_InOutsideUnitTest \
45 VectorContentUnitTest \
46 VectorUnitTest
47
48
49check_PROGRAMS = $(TESTS)
50noinst_PROGRAMS = $(TESTS) TestRunner
51
52BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
53GSLLIBS = \
54 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
55 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
56 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
57 $(BOOST_LIB)
58ALLLIBS = \
59 ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
60 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
61 ${PARSERLIBS} \
62 ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
63 ${GSLLIBS}
64
65PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
66UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
67
68TESTSOURCES = \
69 ../Actions/unittests/ActionRegistryUnitTest.cpp \
70 ../Actions/unittests/ActionSequenceUnitTest.cpp \
71 analysisbondsunittest.cpp \
72 AnalysisCorrelationToPointUnitTest.cpp \
73 AnalysisCorrelationToSurfaceUnitTest.cpp \
74 AnalysisPairCorrelationUnitTest.cpp \
75 ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \
76 ../Actions/unittests/AtomsCalculationUnitTest.cpp \
77 bondgraphunittest.cpp \
78 BoxUnittest.cpp \
79 ../Patterns/unittests/CacheableUnitTest.cpp \
80 CountBondsUnitTest.cpp \
81 FormulaUnittest.cpp \
82 ../Helpers/unittests/InfoUnitTest.cpp \
83 linearsystemofequationsunittest.cpp \
84 LineUnittest.cpp \
85 LinkedCellUnitTest.cpp \
86 listofbondsunittest.cpp \
87 logunittest.cpp \
88 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \
89 ../LinearAlgebra/unittests/MatrixContentUnitTest.cpp \
90 ../LinearAlgebra/unittests/MatrixUnitTest.cpp \
91 manipulateAtomsTest.cpp \
92 MenuDescriptionUnitTest.cpp \
93 MoleculeDescriptorTest.cpp \
94 ObserverTest.cpp \
95 ParserCommonUnitTest.cpp \
96 ParserTremoloUnitTest.cpp \
97 periodentafelTest.cpp \
98 PlaneUnittest.cpp \
99 RegistryUnitTest.cpp \
100 ShapeUnittest.cpp \
101 ../Patterns/unittests/SingletonUnitTest.cpp \
102 tesselationunittest.cpp \
103 tesselation_boundarytriangleunittest.cpp \
104 tesselation_insideoutsideunittest.cpp \
105 VectorContentUnittest.cpp \
106 vectorunittest.cpp
107
108TESTHEADERS = \
109 ../Actions/unittests/ActionRegistryUnitTest.hpp \
110 ../Actions/unittests/ActionSequenceUnitTest.hpp \
111 analysisbondsunittest.hpp \
112 AnalysisCorrelationToPointUnitTest.hpp \
113 AnalysisCorrelationToSurfaceUnitTest.hpp \
114 AnalysisPairCorrelationUnitTest.hpp \
115 ../Descriptors/unittests/AtomDescriptorUnitTest.hpp \
116 ../Actions/unittests/AtomsCalculationUnitTest.hpp \
117 bondgraphunittest.hpp \
118 BoxUnittest.hpp \
119 ../Patterns/unittests/CacheableUnitTest.hpp \
120 CountBondsUnitTest.hpp \
121 FormulaUnittest.hpp \
122 ../Helpers/unittests/InfoUnitTest.h00pp \
123 linearsystemofequationsunittest.hpp \
124 LineUnittest.hpp \
125 LinkedCellUnitTest.hpp \
126 listofbondsunittest.hpp \
127 logunittest.hpp \
128 manipulateAtomsTest.hpp \
129 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \
130 ../LinearAlgebra/unittests/MatrixContentUnitTest.hpp \
131 ../LinearAlgebra/unittests/MatrixUnitTest.hpp \
132 MenuDescriptionUnitTest.hpp \
133 MoleculeDescriptorTest.hpp \
134 ObserverTest.hpp \
135 periodentafelTest.hpp \
136 ParserCommonUnitTest.hpp \
137 ParserTremoloUnitTest.hpp \
138 PlaneUnittest.hpp \
139 RegistryUnitTest.hpp \
140 ShapeUnittest.hpp \
141 ../Patterns/unittests/SingletonUnitTest.hpp \
142 stackclassunittest.hpp \
143 tesselationunittest.hpp \
144 tesselation_boundarytriangleunittest.hpp \
145 tesselation_insideoutsideunittest.hpp \
146 VectorContentUnittest.hpp \
147 vectorunittest.hpp
148
149
150AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
151AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
152
153AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
154AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
155
156AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
157AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
158
159AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
160AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
161
162BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
163BondGraphUnitTest_LDADD = ${ALLLIBS}
164
165BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
166BoxUnittest_LDADD = ${ALLLIBS}
167
168CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
169CountBondsUnitTest_LDADD = ${ALLLIBS}
170
171FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
172FormulaUnittest_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 = ${UILIBS} ${ALLLIBS}
191
192MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp
193MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
194
195MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
196MoleculeDescriptorTest_LDADD = ${ALLLIBS}
197
198ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
199ObserverTest_LDADD = ${ALLLIBS}
200
201ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp
202ParserCommonUnitTest_LDADD = ${ALLLIBS}
203
204ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp
205ParserTremoloUnitTest_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
213Registry_SOURCES = UnitTestMain.cpp RegistryUnitTest.cpp RegistryUnitTest.hpp
214Registry_LDADD = ${ALLLIBS}
215
216ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
217ShapeUnittest_LDADD = ${ALLLIBS}
218
219SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
220SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
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 $(TESTSOURCES) $(TESTHEADERS)
232TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
233
234VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
235VectorContentUnitTest_LDADD = ${ALLLIBS}
236
237VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
238VectorUnitTest_LDADD = ${ALLLIBS}
239
240#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.