source: src/unittests/Makefile.am@ 4076fcc

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

Moved logunittest to Helpers/unittests/LogUnitTest.

  • Property mode set to 100644
File size: 8.6 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 LineUnittest \
27 LinkedCellUnitTest \
28 ListOfBondsUnitTest \
29 manipulateAtomsTest \
30 MenuDescriptionUnitTest \
31 MoleculeDescriptorTest \
32 ObserverTest \
33 ParserCommonUnitTest \
34 ParserTremoloUnitTest \
35 periodentafelTest \
36 PlaneUnittest \
37 Registry \
38 ShapeUnittest \
39 SubspaceFactorizerUnitTest \
40 TesselationUnitTest \
41 Tesselation_BoundaryTriangleUnitTest \
42 Tesselation_InOutsideUnitTest \
43 VectorContentUnitTest \
44 VectorUnitTest
45
46
47check_PROGRAMS = $(TESTS)
48noinst_PROGRAMS = $(TESTS) TestRunner
49
50BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
51GSLLIBS = \
52 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
53 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
54 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
55 $(BOOST_LIB)
56ALLLIBS = \
57 ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
58 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
59 ${PARSERLIBS} \
60 ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
61 ${GSLLIBS}
62
63PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
64UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
65
66TESTSOURCES = \
67 ../Actions/unittests/ActionRegistryUnitTest.cpp \
68 ../Actions/unittests/ActionSequenceUnitTest.cpp \
69 analysisbondsunittest.cpp \
70 AnalysisCorrelationToPointUnitTest.cpp \
71 AnalysisCorrelationToSurfaceUnitTest.cpp \
72 AnalysisPairCorrelationUnitTest.cpp \
73 ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \
74 ../Actions/unittests/AtomsCalculationUnitTest.cpp \
75 bondgraphunittest.cpp \
76 BoxUnittest.cpp \
77 ../Patterns/unittests/CacheableUnitTest.cpp \
78 CountBondsUnitTest.cpp \
79 FormulaUnittest.cpp \
80 ../Helpers/unittests/InfoUnitTest.cpp \
81 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \
82 LineUnittest.cpp \
83 LinkedCellUnitTest.cpp \
84 listofbondsunittest.cpp \
85 ../Helpers/unittests/LogUnitTest.cpp \
86 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \
87 ../LinearAlgebra/unittests/MatrixContentUnitTest.cpp \
88 ../LinearAlgebra/unittests/MatrixUnitTest.cpp \
89 manipulateAtomsTest.cpp \
90 MenuDescriptionUnitTest.cpp \
91 MoleculeDescriptorTest.cpp \
92 ObserverTest.cpp \
93 ParserCommonUnitTest.cpp \
94 ParserTremoloUnitTest.cpp \
95 periodentafelTest.cpp \
96 PlaneUnittest.cpp \
97 RegistryUnitTest.cpp \
98 ShapeUnittest.cpp \
99 ../Patterns/unittests/SingletonUnitTest.cpp \
100 tesselationunittest.cpp \
101 tesselation_boundarytriangleunittest.cpp \
102 tesselation_insideoutsideunittest.cpp \
103 VectorContentUnittest.cpp \
104 vectorunittest.cpp
105
106TESTHEADERS = \
107 ../Actions/unittests/ActionRegistryUnitTest.hpp \
108 ../Actions/unittests/ActionSequenceUnitTest.hpp \
109 analysisbondsunittest.hpp \
110 AnalysisCorrelationToPointUnitTest.hpp \
111 AnalysisCorrelationToSurfaceUnitTest.hpp \
112 AnalysisPairCorrelationUnitTest.hpp \
113 ../Descriptors/unittests/AtomDescriptorUnitTest.hpp \
114 ../Actions/unittests/AtomsCalculationUnitTest.hpp \
115 bondgraphunittest.hpp \
116 BoxUnittest.hpp \
117 ../Patterns/unittests/CacheableUnitTest.hpp \
118 CountBondsUnitTest.hpp \
119 FormulaUnittest.hpp \
120 ../Helpers/unittests/InfoUnitTest.hpp \
121 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \
122 LineUnittest.hpp \
123 LinkedCellUnitTest.hpp \
124 listofbondsunittest.hpp \
125 ../Helpers/unittests/LogUnitTest.hpp \
126 manipulateAtomsTest.hpp \
127 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \
128 ../LinearAlgebra/unittests/MatrixContentUnitTest.hpp \
129 ../LinearAlgebra/unittests/MatrixUnitTest.hpp \
130 MenuDescriptionUnitTest.hpp \
131 MoleculeDescriptorTest.hpp \
132 ObserverTest.hpp \
133 periodentafelTest.hpp \
134 ParserCommonUnitTest.hpp \
135 ParserTremoloUnitTest.hpp \
136 PlaneUnittest.hpp \
137 RegistryUnitTest.hpp \
138 ShapeUnittest.hpp \
139 ../Patterns/unittests/SingletonUnitTest.hpp \
140 stackclassunittest.hpp \
141 tesselationunittest.hpp \
142 tesselation_boundarytriangleunittest.hpp \
143 tesselation_insideoutsideunittest.hpp \
144 VectorContentUnittest.hpp \
145 vectorunittest.hpp
146
147
148AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
149AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
150
151AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
152AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
153
154AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
155AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
156
157AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
158AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
159
160BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
161BondGraphUnitTest_LDADD = ${ALLLIBS}
162
163BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
164BoxUnittest_LDADD = ${ALLLIBS}
165
166CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
167CountBondsUnitTest_LDADD = ${ALLLIBS}
168
169FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
170FormulaUnittest_LDADD = ${ALLLIBS}
171
172LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
173LineUnittest_LDADD = ${ALLLIBS}
174
175LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
176LinkedCellUnitTest_LDADD = ${ALLLIBS}
177
178ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
179ListOfBondsUnitTest_LDADD = ${ALLLIBS}
180
181manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
182manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS}
183
184MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp
185MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
186
187MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
188MoleculeDescriptorTest_LDADD = ${ALLLIBS}
189
190ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
191ObserverTest_LDADD = ${ALLLIBS}
192
193ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp
194ParserCommonUnitTest_LDADD = ${ALLLIBS}
195
196ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp
197ParserTremoloUnitTest_LDADD = ${ALLLIBS}
198
199periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
200periodentafelTest_LDADD = ${ALLLIBS}
201
202PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
203PlaneUnittest_LDADD = ${ALLLIBS}
204
205Registry_SOURCES = UnitTestMain.cpp RegistryUnitTest.cpp RegistryUnitTest.hpp
206Registry_LDADD = ${ALLLIBS}
207
208ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
209ShapeUnittest_LDADD = ${ALLLIBS}
210
211SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
212SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
213
214TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
215TesselationUnitTest_LDADD = ${ALLLIBS}
216
217Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
218Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
219
220Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
221Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
222
223TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
224TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
225
226VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
227VectorContentUnitTest_LDADD = ${ALLLIBS}
228
229VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
230VectorUnitTest_LDADD = ${ALLLIBS}
231
232#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.