source: src/unittests/Makefile.am@ 6c9adc

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

Moved MoleculeDescriptorTest to Descriptors/unittests/MoleculeDescriptorUnitTest.

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