source: src/unittests/Makefile.am@ f2f4ae

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

Made the memory debugger thread safe

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