source: src/unittests/Makefile.am@ 78b593

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

Moved linearsystemofequations to LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.

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