source: src/unittests/Makefile.am@ 45ef76

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