source: src/unittests/Makefile.am@ 18eecf

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

minor change: put entries in molecuilder/src/unittests/Makefile.am into alphabetical ordering and also single-tab indenting

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100644
File size: 7.7 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)
8
9MENUTESTS = \
10 ActionSequenceTest
11
12TESTS = \
13 ActOnAllUnitTest \
14 AnalysisBondsUnitTests \
15 AnalysisCorrelationToPointUnitTest \
16 AnalysisCorrelationToSurfaceUnitTest \
17 AnalysisPairCorrelationUnitTest \
18 atomsCalculationTest \
19 AtomDescriptorTest \
20 BondGraphUnitTest \
21 CacheableTest \
22 CountBondsUnitTest \
23 GSLMatrixSymmetricUnitTest \
24 GSLMatrixUnitTest \
25 GSLVectorUnitTest \
26 InfoUnitTest \
27 LinearSystemOfEquationsUnitTest \
28 LinkedCellUnitTest \
29 ListOfBondsUnitTest \
30 LogUnitTest \
31 manipulateAtomsTest \
32 MemoryUsageObserverUnitTest \
33 MemoryAllocatorUnitTest \
34 MoleculeDescriptorTest \
35 PlaneUnittest \
36 ObserverTest \
37 ParserUnitTest \
38 SingletonTest \
39 StackClassUnitTest \
40 TesselationUnitTest \
41 Tesselation_BoundaryTriangleUnitTest \
42 Tesselation_InOutsideUnitTest \
43 VectorUnitTest \
44 ${MENUTESTS}
45
46
47check_PROGRAMS = $(TESTS)
48noinst_PROGRAMS = $(TESTS) TestRunner
49
50GSLLIBS = ../libgslwrapper.a
51ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
52
53TESTSOURCES = \
54 ActOnAllUnitTest.cpp \
55 ActionSequenceTest.cpp \
56 analysisbondsunittest.cpp \
57 AnalysisCorrelationToPointUnitTest.cpp \
58 AnalysisCorrelationToSurfaceUnitTest.cpp \
59 AnalysisPairCorrelationUnitTest.cpp \
60 AtomDescriptorTest.cpp \
61 atomsCalculationTest.cpp \
62 bondgraphunittest.cpp \
63 CacheableTest.cpp \
64 CountBondsUnitTest.cpp \
65 gslmatrixsymmetricunittest.cpp \
66 gslmatrixunittest.cpp \
67 gslvectorunittest.cpp \
68 infounittest.cpp \
69 linearsystemofequationsunittest.cpp \
70 LinkedCellUnitTest.cpp \
71 listofbondsunittest.cpp \
72 logunittest.cpp \
73 manipulateAtomsTest.cpp \
74 memoryallocatorunittest.cpp \
75 memoryusageobserverunittest.cpp \
76 MoleculeDescriptorTest.cpp \
77 PlaneUnittest.cpp \
78 ObserverTest.cpp \
79 ParserUnitTest.cpp \
80 SingletonTest.cpp \
81 stackclassunittest.cpp \
82 tesselationunittest.cpp \
83 tesselation_boundarytriangleunittest.cpp \
84 tesselation_insideoutsideunittest.cpp \
85 vectorunittest.cpp
86
87TESTHEADERS = \
88 ActOnAllUnitTest.hpp \
89 ActionSequenceTest.hpp \
90 analysisbondsunittest.hpp \
91 AnalysisCorrelationToPointUnitTest.hpp \
92 AnalysisCorrelationToSurfaceUnitTest.hpp \
93 AnalysisPairCorrelationUnitTest.hpp \
94 AtomDescriptorTest.hpp \
95 atomsCalculationTest.hpp \
96 bondgraphunittest.hpp \
97 CacheableTest.hpp \
98 CountBondsUnitTest.hpp \
99 gslmatrixsymmetricunittest.hpp \
100 gslmatrixunittest.hpp \
101 gslvectorunittest.hpp \
102 infounittest.hpp \
103 linearsystemofequationsunittest.hpp \
104 LinkedCellUnitTest.hpp \
105 listofbondsunittest.hpp \
106 logunittest.hpp \
107 manipulateAtomsTest.hpp \
108 memoryallocatorunittest.hpp \
109 memoryusageobserverunittest.hpp \
110 MoleculeDescriptorTest.hpp \
111 PlaneUnittest.hpp \
112 ObserverTest.hpp \
113 SingletonTest.hpp \
114 stackclassunittest.hpp \
115 tesselationunittest.hpp \
116 tesselation_boundarytriangleunittest.hpp \
117 tesselation_insideoutsideunittest.hpp \
118 vectorunittest.hpp
119
120
121ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
122ActionSequenceTest_LDADD = ${ALLLIBS}
123
124ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
125ActOnAllUnitTest_LDADD = ${ALLLIBS}
126
127AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
128AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
129
130AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
131AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
132
133AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
134AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
135
136AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
137AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
138
139atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
140atomsCalculationTest_LDADD = ${ALLLIBS}
141
142AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
143AtomDescriptorTest_LDADD = ${ALLLIBS}
144
145BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
146BondGraphUnitTest_LDADD = ${ALLLIBS}
147
148CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
149CacheableTest_LDADD = ${ALLLIBS}
150
151CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
152CountBondsUnitTest_LDADD = ${ALLLIBS}
153
154GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
155GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
156
157GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
158GSLMatrixUnitTest_LDADD = ${GSLLIBS}
159
160GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
161GSLVectorUnitTest_LDADD = ${GSLLIBS}
162
163InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
164InfoUnitTest_LDADD = ${ALLLIBS}
165
166LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
167LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
168
169LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
170LinkedCellUnitTest_LDADD = ${ALLLIBS}
171
172ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
173ListOfBondsUnitTest_LDADD = ${ALLLIBS}
174
175LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
176LogUnitTest_LDADD = ${ALLLIBS}
177
178manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
179manipulateAtomsTest_LDADD = ${ALLLIBS}
180
181MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
182MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
183
184MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
185MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
186
187MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
188MoleculeDescriptorTest_LDADD = ${ALLLIBS}
189
190ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
191ObserverTest_LDADD = ${ALLLIBS}
192
193ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
194ParserUnitTest_LDADD = ${ALLLIBS}
195
196PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
197PlaneUnittest_LDADD = ${ALLLIBS}
198
199SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
200SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
201
202StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
203StackClassUnitTest_LDADD = ${ALLLIBS}
204
205TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
206TesselationUnitTest_LDADD = ${ALLLIBS}
207
208Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
209Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
210
211Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
212Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
213
214TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
215TestRunner_LDADD = ${ALLLIBS}
216
217VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
218VectorUnitTest_LDADD = ${ALLLIBS}
219
220#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.