source: src/unittests/Makefile.am@ efc3cb

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

Merge branch 'StateAndFormatParser' into CommandLineActionMapping

Conflicts:

molecuilder/src/Makefile.am
molecuilder/src/tesselation.cpp
molecuilder/src/unittests/Makefile.am

The following conflicts had to be resolved:

  • molecuilder/src/Makefile.am had an old version of the HEADER definition which would not be merged automatically. ${PARSERHEADER} was missing.
  • molecuilder/src/unittests/Makefile.am had an blank line too much
  • TesselPoint::TesselPoint() had an older version where TesselPoint::Name was initialized to "-" instead of NULL. The latter should be correct due to missing delete(Name) in destructor.
  • compilation errors arose due to the private nature of Vector::x[] introduced in the branch VectorRefactoring. This has been fixed in XyzParser, TremoloParser and the ParserUnitTest.
  • ParserUnitTest runs fine.

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

  • Property mode set to 100644
File size: 7.6 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 \
[cb2146]34 ParserUnitTest \
[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
[4d9c01]47GSLLIBS = ../libgslwrapper.a
48ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
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 \
[5f612ee]67 LinkedCellUnitTest.cpp \
[9b6b2f]68 listofbondsunittest.cpp \
69 logunittest.cpp \
[57adc7]70 manipulateAtomsTest.cpp \
[9b6b2f]71 memoryallocatorunittest.cpp \
72 memoryusageobserverunittest.cpp \
[57adc7]73 MoleculeDescriptorTest.cpp \
[fa5a6a]74 PlaneUnittest.cpp \
[57adc7]75 ObserverTest.cpp \
[cb2146]76 ParserUnitTest.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 \
101 LinkedCellUnitTest.hpp \
102 listofbondsunittest.hpp \
103 logunittest.hpp \
104 manipulateAtomsTest.hpp \
105 memoryallocatorunittest.hpp \
106 memoryusageobserverunittest.hpp \
107 MoleculeDescriptorTest.hpp \
[fa5a6a]108 PlaneUnittest.hpp \
[5f612ee]109 ObserverTest.hpp \
110 SingletonTest.hpp \
111 stackclassunittest.hpp \
112 tesselationunittest.hpp \
113 tesselation_boundarytriangleunittest.hpp \
114 tesselation_insideoutsideunittest.hpp \
115 vectorunittest.hpp
[9fb860]116
[9b6b2f]117
118ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
[4d9c01]119ActOnAllUnitTest_LDADD = ${ALLLIBS}
[c111db]120
[9b6b2f]121AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]122AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]123
[9b6b2f]124AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]125AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]126
[9b6b2f]127AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]128AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]129
[9b6b2f]130AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]131AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]132
[6e97e5]133atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
134atomsCalculationTest_LDADD = ${ALLLIBS}
135
[9b6b2f]136BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]137BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]138
[5f612ee]139CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
140CountBondsUnitTest_LDADD = ${ALLLIBS}
141
[9b6b2f]142GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
[4d9c01]143GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
[9fb860]144
[9b6b2f]145GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
[4d9c01]146GSLMatrixUnitTest_LDADD = ${GSLLIBS}
[9fb860]147
[9b6b2f]148GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
[4d9c01]149GSLVectorUnitTest_LDADD = ${GSLLIBS}
[46ea3b]150
[9b6b2f]151InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
[4d9c01]152InfoUnitTest_LDADD = ${ALLLIBS}
[8725ed]153
[9b6b2f]154LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
[4d9c01]155LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
[8725ed]156
[5f612ee]157LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
158LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]159
[9b6b2f]160ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]161ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]162
[9b6b2f]163LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
[4d9c01]164LogUnitTest_LDADD = ${ALLLIBS}
[7326b2]165
[9b6b2f]166MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
[4d9c01]167MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
[be90f1]168
[9b6b2f]169MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
[4d9c01]170MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
[831a14]171
[57adc7]172MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
173MoleculeDescriptorTest_LDADD = ${ALLLIBS}
174
[fa5a6a]175PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
176PlaneUnittest_LDADD = ${ALLLIBS}
177
[7ca806]178SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
179SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
180
[9b6b2f]181StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
[4d9c01]182StackClassUnitTest_LDADD = ${ALLLIBS}
[d96277]183
[9b6b2f]184TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]185TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]186
[9b6b2f]187Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]188Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]189
[9b6b2f]190Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]191Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]192
[9b6b2f]193VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
[4d9c01]194VectorUnitTest_LDADD = ${ALLLIBS}
[d96277]195
[9b6b2f]196ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
[4d9c01]197ActionSequenceTest_LDADD = ${ALLLIBS}
[d96277]198
[9b6b2f]199ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
[4d9c01]200ObserverTest_LDADD = ${ALLLIBS}
[63c1f6]201
[9b6b2f]202CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
[4d9c01]203CacheableTest_LDADD = ${ALLLIBS}
[e3c8b4]204
[57adc7]205AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
206AtomDescriptorTest_LDADD = ${ALLLIBS}
[7c4e29]207
[ab4b55]208ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
209ParserUnitTest_LDADD = ${ALLLIBS}
[706f9b]210
[a1510d]211manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
[7c4e29]212manipulateAtomsTest_LDADD = ${ALLLIBS}
[7a1ce5]213
[9b6b2f]214TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
215TestRunner_LDADD = ${ALLLIBS}
[7a1ce5]216
[831a14]217#AUTOMAKE_OPTIONS = parallel-tests
[7326b2]218
Note: See TracBrowser for help on using the repository browser.