source: src/unittests/Makefile.am@ 4fbca9c

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

PdbParser::save() fully working.

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