source: src/unittests/Makefile.am@ 992fd7

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 992fd7 was 45ef76, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Added several methods to the line class.

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