source: src/unittests/Makefile.am@ deddf6

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

New unit test for ActionRegistry.

  • checks whether a short form has been used by more than once Action.
  • unit test is placed in Actions/unittests but called from unittests/Makefile.am via SUBDIRS to ensure that all libs are compiled.
  • Property mode set to 100644
File size: 9.7 KB
RevLine 
[18eecf]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
[c0bccb]4SUBDIRS = \
[deddf6]5 ../Actions/unittests \
[c0bccb]6 ../Patterns/unittests
7
[b9907c]8INCLUDES = -I$(top_srcdir)/src
9
[831a14]10AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
11AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
[d5240d]12AM_CPPFLAGS = ${BOOST_CPPFLAGS}
[be90f1]13
[9fb860]14TESTS = \
[112f90]15 ActionSequenceTest \
[9fb860]16 ActOnAllUnitTest \
17 AnalysisBondsUnitTests \
18 AnalysisCorrelationToPointUnitTest \
19 AnalysisCorrelationToSurfaceUnitTest \
20 AnalysisPairCorrelationUnitTest \
[57adc7]21 atomsCalculationTest \
22 AtomDescriptorTest \
[9fb860]23 BondGraphUnitTest \
[77bc4f]24 BoxUnittest \
[57adc7]25 CacheableTest \
[dfe8ef]26 CountBondsUnitTest \
[9f632c]27 FormulaUnittest \
[9fb860]28 InfoUnitTest \
[f60610]29 LinearSystemOfEquationsUnitTest \
[45ef76]30 LineUnittest \
[dcea0f]31 LinkedCellUnitTest \
[9fb860]32 ListOfBondsUnitTest \
33 LogUnitTest \
[57adc7]34 manipulateAtomsTest \
[0d4424]35 MatrixContentSymmetricUnitTest \
36 MatrixContentUnitTest \
[0eb2dc]37 MatrixUnittest \
[8bcf3f]38 MenuDescriptionUnitTest \
[57adc7]39 MoleculeDescriptorTest \
40 ObserverTest \
[4fbca9c]41 ParserCommonUnitTest \
42 ParserTremoloUnitTest \
[4eb4fe]43 periodentafelTest \
44 PlaneUnittest \
[e4afb4]45 Registry \
[997784]46 ShapeUnittest \
[b4cf2b]47 SubspaceFactorizerUnitTest \
[9fb860]48 TesselationUnitTest \
[e9c677]49 Tesselation_BoundaryTriangleUnitTest \
50 Tesselation_InOutsideUnitTest \
[bbf1bd]51 VectorContentUnitTest \
[112f90]52 VectorUnitTest
[4fbca9c]53
54
[63c1f6]55check_PROGRAMS = $(TESTS)
[9b6b2f]56noinst_PROGRAMS = $(TESTS) TestRunner
[b9907c]57
[d5240d]58BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
[952f38]59GSLLIBS = \
60 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
61 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
62 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
[e4decc]63 $(BOOST_LIB)
[f4b5b7]64ALLLIBS = \
[9ee38b]65 ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
[f4b5b7]66 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
[952f38]67 ${PARSERLIBS} \
[255971]68 ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
[e4decc]69 ${GSLLIBS}
70
[b37436]71PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
72UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
[4d9c01]73
[9b6b2f]74TESTSOURCES = \
[deddf6]75 ../Actions/unittests/ActionRegistryUnitTest.cpp \
[9b6b2f]76 ActOnAllUnitTest.cpp \
[57adc7]77 ActionSequenceTest.cpp \
[9b6b2f]78 analysisbondsunittest.cpp \
79 AnalysisCorrelationToPointUnitTest.cpp \
80 AnalysisCorrelationToSurfaceUnitTest.cpp \
81 AnalysisPairCorrelationUnitTest.cpp \
[57adc7]82 AtomDescriptorTest.cpp \
83 atomsCalculationTest.cpp \
[9b6b2f]84 bondgraphunittest.cpp \
[77bc4f]85 BoxUnittest.cpp \
[57adc7]86 CacheableTest.cpp \
[5f612ee]87 CountBondsUnitTest.cpp \
[9f632c]88 FormulaUnittest.cpp \
[9b6b2f]89 infounittest.cpp \
90 linearsystemofequationsunittest.cpp \
[45ef76]91 LineUnittest.cpp \
[5f612ee]92 LinkedCellUnitTest.cpp \
[9b6b2f]93 listofbondsunittest.cpp \
94 logunittest.cpp \
[0d4424]95 MatrixContentSymmetricUnittest.cpp \
96 MatrixContentUnittest.cpp \
[0eb2dc]97 MatrixUnittest.cpp \
[57adc7]98 manipulateAtomsTest.cpp \
[8bcf3f]99 MenuDescriptionUnitTest.cpp \
[57adc7]100 MoleculeDescriptorTest.cpp \
101 ObserverTest.cpp \
[4fbca9c]102 ParserCommonUnitTest.cpp \
103 ParserTremoloUnitTest.cpp \
[4eb4fe]104 periodentafelTest.cpp \
105 PlaneUnittest.cpp \
[e4afb4]106 RegistryUnitTest.cpp \
[997784]107 ShapeUnittest.cpp \
[c0bccb]108 ../Patterns/unittests/SingletonUnitTest.cpp \
[9b6b2f]109 tesselationunittest.cpp \
110 tesselation_boundarytriangleunittest.cpp \
111 tesselation_insideoutsideunittest.cpp \
[bbf1bd]112 VectorContentUnittest.cpp \
[57adc7]113 vectorunittest.cpp
[9b6b2f]114
115TESTHEADERS = \
[deddf6]116 ../Actions/unittests/ActionRegistryUnitTest.hpp \
[5f612ee]117 ActOnAllUnitTest.hpp \
118 ActionSequenceTest.hpp \
119 analysisbondsunittest.hpp \
120 AnalysisCorrelationToPointUnitTest.hpp \
121 AnalysisCorrelationToSurfaceUnitTest.hpp \
122 AnalysisPairCorrelationUnitTest.hpp \
123 AtomDescriptorTest.hpp \
124 atomsCalculationTest.hpp \
125 bondgraphunittest.hpp \
[77bc4f]126 BoxUnittest.hpp \
[5f612ee]127 CacheableTest.hpp \
128 CountBondsUnitTest.hpp \
[9f632c]129 FormulaUnittest.hpp \
[5f612ee]130 infounittest.hpp \
131 linearsystemofequationsunittest.hpp \
[45ef76]132 LineUnittest.hpp \
[5f612ee]133 LinkedCellUnitTest.hpp \
134 listofbondsunittest.hpp \
135 logunittest.hpp \
136 manipulateAtomsTest.hpp \
[0d4424]137 MatrixContentSymmetricUnittest.hpp \
138 MatrixContentUnittest.hpp \
[0eb2dc]139 MatrixUnittest.hpp \
[8bcf3f]140 MenuDescriptionUnitTest.hpp \
[5f612ee]141 MoleculeDescriptorTest.hpp \
[e4afb4]142 ObserverTest.hpp \
[4eb4fe]143 periodentafelTest.hpp \
[4fbca9c]144 ParserCommonUnitTest.hpp \
145 ParserTremoloUnitTest.hpp \
[fa5a6a]146 PlaneUnittest.hpp \
[e4afb4]147 RegistryUnitTest.hpp \
[c0bccb]148 ShapeUnittest.hpp \
149 ../Patterns/unittests/SingletonUnitTest.hpp \
150 stackclassunittest.hpp \
[5f612ee]151 tesselationunittest.hpp \
152 tesselation_boundarytriangleunittest.hpp \
153 tesselation_insideoutsideunittest.hpp \
[bbf1bd]154 VectorContentUnittest.hpp \
[5f612ee]155 vectorunittest.hpp
[9fb860]156
[9b6b2f]157
[861874]158ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
[b37436]159ActionSequenceTest_LDADD = ${UILIBS} ${ALLLIBS}
[18eecf]160
[9b6b2f]161ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
[4d9c01]162ActOnAllUnitTest_LDADD = ${ALLLIBS}
[c111db]163
[9b6b2f]164AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]165AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]166
[9b6b2f]167AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]168AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]169
[9b6b2f]170AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]171AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]172
[9b6b2f]173AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]174AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]175
[6e97e5]176atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
177atomsCalculationTest_LDADD = ${ALLLIBS}
178
[18eecf]179AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
180AtomDescriptorTest_LDADD = ${ALLLIBS}
181
[9b6b2f]182BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]183BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]184
[77bc4f]185BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
186BoxUnittest_LDADD = ${ALLLIBS}
187
[18eecf]188CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
189CacheableTest_LDADD = ${ALLLIBS}
190
[5f612ee]191CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
192CountBondsUnitTest_LDADD = ${ALLLIBS}
193
[9f632c]194FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
195FormulaUnittest_LDADD = ${ALLLIBS}
196
[0d4424]197MatrixContentSymmetricUnitTest_SOURCES = UnitTestMain.cpp MatrixContentSymmetricUnittest.cpp MatrixContentSymmetricUnittest
198MatrixContentSymmetricUnitTest_LDADD = ${ALLLIBS}
[9fb860]199
[0d4424]200MatrixContentUnitTest_SOURCES = UnitTestMain.cpp MatrixContentUnittest.cpp MatrixContentUnittest.hpp
201MatrixContentUnitTest_LDADD = ${ALLLIBS}
[9fb860]202
[9b6b2f]203InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
[4d9c01]204InfoUnitTest_LDADD = ${ALLLIBS}
[8725ed]205
[9b6b2f]206LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
[4d9c01]207LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
[8725ed]208
[45ef76]209LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
210LineUnittest_LDADD = ${ALLLIBS}
211
[4fbca9c]212LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
[5f612ee]213LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]214
[9b6b2f]215ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]216ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]217
[4fbca9c]218LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
[4d9c01]219LogUnitTest_LDADD = ${ALLLIBS}
[7326b2]220
[18eecf]221manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
[b37436]222manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS}
[18eecf]223
[0eb2dc]224MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
225MatrixUnittest_LDADD = ${ALLLIBS}
226
[8bcf3f]227MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp
228MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
229
[57adc7]230MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
231MoleculeDescriptorTest_LDADD = ${ALLLIBS}
232
[18eecf]233ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
234ObserverTest_LDADD = ${ALLLIBS}
235
[4fbca9c]236ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp
237ParserCommonUnitTest_LDADD = ${ALLLIBS}
238
239ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp
240ParserTremoloUnitTest_LDADD = ${ALLLIBS}
[18eecf]241
[4eb4fe]242periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
243periodentafelTest_LDADD = ${ALLLIBS}
244
[fa5a6a]245PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
246PlaneUnittest_LDADD = ${ALLLIBS}
247
[e4afb4]248Registry_SOURCES = UnitTestMain.cpp RegistryUnitTest.cpp RegistryUnitTest.hpp
249Registry_LDADD = ${ALLLIBS}
250
[997784]251ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
252ShapeUnittest_LDADD = ${ALLLIBS}
253
[b4cf2b]254SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
[5eec98]255SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
[b4cf2b]256
[9b6b2f]257TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]258TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]259
[9b6b2f]260Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]261Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]262
[9b6b2f]263Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]264Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]265
[36166d]266TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[b37436]267TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
[7a1ce5]268
[bbf1bd]269VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
270VectorContentUnitTest_LDADD = ${ALLLIBS}
271
[18eecf]272VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
273VectorUnitTest_LDADD = ${ALLLIBS}
[7326b2]274
[18eecf]275#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.