source: src/unittests/Makefile.am@ 112f90

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 112f90 was 112f90, checked in by Tillmann Crueger <crueger@…>, 14 years ago

Fixed ActionSequenceTest and ManipulateAtomsTest

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