source: src/unittests/Makefile.am@ a2c4f3

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

Moved ObserverTest to Patterns/unittests/ObserverUnitTest.

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