source: src/unittests/Makefile.am@ 3c8e8b

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

Moved atomsCalculationTest to Actions/unittests/AtomsCalculationUnitTest.

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