source: src/unittests/Makefile.am@ 57d976

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

Moved RegistryUnitTest to Patterns/unittests/RegistryUnitTest.

  • Property mode set to 100644
File size: 7.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 \
[d766b5]6 ../Descriptors/unittests \
[fff54f]7 ../Helpers/unittests \
8 ../LinearAlgebra/unittests \
[41396a]9 ../Parser/unittests \
[0e2031]10 ../Patterns/unittests \
11 ../UIElements/Menu/unittests
[c0bccb]12
[b9907c]13INCLUDES = -I$(top_srcdir)/src
14
[831a14]15AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
16AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
[d5240d]17AM_CPPFLAGS = ${BOOST_CPPFLAGS}
[be90f1]18
[9fb860]19TESTS = \
20 AnalysisBondsUnitTests \
21 AnalysisCorrelationToPointUnitTest \
22 AnalysisCorrelationToSurfaceUnitTest \
23 AnalysisPairCorrelationUnitTest \
24 BondGraphUnitTest \
[77bc4f]25 BoxUnittest \
[dfe8ef]26 CountBondsUnitTest \
[9f632c]27 FormulaUnittest \
[dcea0f]28 LinkedCellUnitTest \
[9fb860]29 ListOfBondsUnitTest \
[4eb4fe]30 periodentafelTest \
[997784]31 ShapeUnittest \
[b4cf2b]32 SubspaceFactorizerUnitTest \
[9fb860]33 TesselationUnitTest \
[e9c677]34 Tesselation_BoundaryTriangleUnitTest \
35 Tesselation_InOutsideUnitTest \
[bbf1bd]36 VectorContentUnitTest \
[112f90]37 VectorUnitTest
[4fbca9c]38
39
[63c1f6]40check_PROGRAMS = $(TESTS)
[9b6b2f]41noinst_PROGRAMS = $(TESTS) TestRunner
[b9907c]42
[d5240d]43BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
[952f38]44GSLLIBS = \
45 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
46 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
47 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
[e4decc]48 $(BOOST_LIB)
[f4b5b7]49ALLLIBS = \
[9ee38b]50 ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
[f4b5b7]51 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
[952f38]52 ${PARSERLIBS} \
[255971]53 ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
[e4decc]54 ${GSLLIBS}
55
[b37436]56PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
57UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
[4d9c01]58
[9b6b2f]59TESTSOURCES = \
[deddf6]60 ../Actions/unittests/ActionRegistryUnitTest.cpp \
[f7c0c4]61 ../Actions/unittests/ActionSequenceUnitTest.cpp \
[9b6b2f]62 analysisbondsunittest.cpp \
63 AnalysisCorrelationToPointUnitTest.cpp \
64 AnalysisCorrelationToSurfaceUnitTest.cpp \
65 AnalysisPairCorrelationUnitTest.cpp \
[d766b5]66 ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \
[3c8e8b]67 ../Actions/unittests/AtomsCalculationUnitTest.cpp \
[9b6b2f]68 bondgraphunittest.cpp \
[77bc4f]69 BoxUnittest.cpp \
[e7da1f]70 ../Patterns/unittests/CacheableUnitTest.cpp \
[5f612ee]71 CountBondsUnitTest.cpp \
[9f632c]72 FormulaUnittest.cpp \
[fff54f]73 ../Helpers/unittests/InfoUnitTest.cpp \
[78b593]74 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \
[f89024]75 ../LinearAlgebra/unittests/LineUnitTest.cpp \
[5f612ee]76 LinkedCellUnitTest.cpp \
[9b6b2f]77 listofbondsunittest.cpp \
[4076fcc]78 ../Helpers/unittests/LogUnitTest.cpp \
[efd61b]79 ../Actions/unittests/ManipulateAtomsUnitTest.cpp \
[fff54f]80 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \
81 ../LinearAlgebra/unittests/MatrixContentUnitTest.cpp \
82 ../LinearAlgebra/unittests/MatrixUnitTest.cpp \
[0e2031]83 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \
[6c9adc]84 ../Descriptors/unittests/MoleculeDescriptorUnitTest.cpp \
[a2c4f3]85 ../Patterns/unittests/ObserverUnitTest.cpp \
[41396a]86 ../Parser/unittests/ParserCommonUnitTest.cpp \
87 ../Parser/unittests/ParserTremoloUnitTest.cpp \
[4eb4fe]88 periodentafelTest.cpp \
[5bc8229]89 ../LinearAlgebra/unittests/PlaneUnitTest.cpp \
[57d976]90 ../Patterns/unittests/RegistryUnitTest.cpp \
[997784]91 ShapeUnittest.cpp \
[c0bccb]92 ../Patterns/unittests/SingletonUnitTest.cpp \
[9b6b2f]93 tesselationunittest.cpp \
94 tesselation_boundarytriangleunittest.cpp \
95 tesselation_insideoutsideunittest.cpp \
[bbf1bd]96 VectorContentUnittest.cpp \
[57adc7]97 vectorunittest.cpp
[9b6b2f]98
99TESTHEADERS = \
[deddf6]100 ../Actions/unittests/ActionRegistryUnitTest.hpp \
[f7c0c4]101 ../Actions/unittests/ActionSequenceUnitTest.hpp \
[5f612ee]102 analysisbondsunittest.hpp \
103 AnalysisCorrelationToPointUnitTest.hpp \
104 AnalysisCorrelationToSurfaceUnitTest.hpp \
105 AnalysisPairCorrelationUnitTest.hpp \
[d766b5]106 ../Descriptors/unittests/AtomDescriptorUnitTest.hpp \
[3c8e8b]107 ../Actions/unittests/AtomsCalculationUnitTest.hpp \
[5f612ee]108 bondgraphunittest.hpp \
[77bc4f]109 BoxUnittest.hpp \
[e7da1f]110 ../Patterns/unittests/CacheableUnitTest.hpp \
[5f612ee]111 CountBondsUnitTest.hpp \
[9f632c]112 FormulaUnittest.hpp \
[78b593]113 ../Helpers/unittests/InfoUnitTest.hpp \
114 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \
[f89024]115 ../LinearAlgebra/unittests/LineUnitTest.hpp \
[5f612ee]116 LinkedCellUnitTest.hpp \
117 listofbondsunittest.hpp \
[4076fcc]118 ../Helpers/unittests/LogUnitTest.hpp \
[efd61b]119 ../Actions/unittests/ManipulateAtomsUnitTest.hpp \
[fff54f]120 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \
121 ../LinearAlgebra/unittests/MatrixContentUnitTest.hpp \
122 ../LinearAlgebra/unittests/MatrixUnitTest.hpp \
[0e2031]123 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \
[6c9adc]124 ../Descriptors/unittests/MoleculeDescriptorUnitTest.hpp \
[a2c4f3]125 ../Patterns/unittests/ObserverUnitTest.hpp \
[41396a]126 ../Parser/unittests/ParserCommonUnitTest.hpp \
127 ../Parser/unittests/ParserTremoloUnitTest.hpp \
[5bc8229]128 periodentafelTest.hpp \
129 ../LinearAlgebra/unittests/PlaneUnitTest.hpp \
[57d976]130 ../Patterns/unittests/RegistryUnitTest.hpp \
[c0bccb]131 ShapeUnittest.hpp \
132 ../Patterns/unittests/SingletonUnitTest.hpp \
133 stackclassunittest.hpp \
[5f612ee]134 tesselationunittest.hpp \
135 tesselation_boundarytriangleunittest.hpp \
136 tesselation_insideoutsideunittest.hpp \
[bbf1bd]137 VectorContentUnittest.hpp \
[5f612ee]138 vectorunittest.hpp
[9fb860]139
[9b6b2f]140
141AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]142AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]143
[9b6b2f]144AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]145AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]146
[9b6b2f]147AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]148AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]149
[9b6b2f]150AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]151AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]152
[9b6b2f]153BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]154BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]155
[77bc4f]156BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
157BoxUnittest_LDADD = ${ALLLIBS}
158
[5f612ee]159CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
160CountBondsUnitTest_LDADD = ${ALLLIBS}
161
[9f632c]162FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
163FormulaUnittest_LDADD = ${ALLLIBS}
164
[4fbca9c]165LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
[5f612ee]166LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]167
[9b6b2f]168ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]169ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]170
[4eb4fe]171periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
172periodentafelTest_LDADD = ${ALLLIBS}
173
[997784]174ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
175ShapeUnittest_LDADD = ${ALLLIBS}
176
[b4cf2b]177SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
[5eec98]178SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
[b4cf2b]179
[9b6b2f]180TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]181TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]182
[9b6b2f]183Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]184Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]185
[9b6b2f]186Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]187Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]188
[36166d]189TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[b37436]190TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
[7a1ce5]191
[bbf1bd]192VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
193VectorContentUnitTest_LDADD = ${ALLLIBS}
194
[18eecf]195VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
196VectorUnitTest_LDADD = ${ALLLIBS}
[7326b2]197
[18eecf]198#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.