source: src/unittests/Makefile.am@ dfafe7

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 Candidate_v1.7.0 Candidate_v1.7.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 dfafe7 was dfafe7, checked in by Frederik Heber <heber@…>, 15 years ago

Moved VectorContentUnittest and vectorunittest to LinearAlgebra/unittests/VectorContentUnitTest and ../VectorUnitTest.

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