source: src/unittests/Makefile.am@ bf1d1b

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

Placed Containers, Converter, and SetValues as subfolders into Summation.

  • also libMolecuilderFragmentationSummation is now a shared library, easing linkage to libMolecuilderJobs, and contains all of the three convenience libraries.
  • libMolecuilderFragmentationSetValues is now again convenience, as contained in ..Summation which in turn is shared.
  • KeySetsContainer right now is the link between lib..Summation and lib.. Fragmentation. Hence, we had to extract the module and change it into a shared library, as it is required by libMolecuilderJobs through ..Summation but also by ..Fragmentation that heavily relies on this container.
  • moved parseKeySetFile down into Fragmentation folder to KeySetsContainer, it is also contained in new shared library libMolecuilderFragmentation_ KeySetsContainer.
  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[18eecf]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
[455573]4check_PROGRAMS =
5noinst_PROGRAMS =
6TESTS =
[53bc04]7XFAIL_TESTS =
[455573]8
[0cfc27]9if CONDCPPUNIT
10
[455573]11include ../../src/Actions/unittests/Makefile.am
[9b5a2c]12include ../../src/Analysis/unittests/Makefile.am
[97c2550]13include ../../src/Atom/unittests/Makefile.am
[455573]14include ../../src/Descriptors/unittests/Makefile.am
[592be9]15include ../../src/Element/unittests/Makefile.am
[600a52]16include ../../src/Filling/unittests/Makefile.am
[355af8]17include ../../src/FunctionApproximation/unittests/Makefile.am
[feb7df]18include ../../src/Fragmentation/unittests/Makefile.am
[c3df23]19include ../../src/Fragmentation/Exporters/unittests/Makefile.am
[4694df]20include ../../src/Fragmentation/Homology/unittests/Makefile.am
[e920061]21include ../../src/Fragmentation/Summation/unittests/Makefile.am
[fbf143]22include ../../src/Fragmentation/Summation/Containers/unittests/Makefile.am
23include ../../src/Fragmentation/Summation/SetValues/unittests/Makefile.am
[629e43]24include ../../src/Graph/unittests/Makefile.am
[004d5c]25
26if CONDJOBMARKET
[cc5db5]27include ../../src/Jobs/unittests/Makefile.am
[004d5c]28endif
29
[91f592]30include ../../src/LinkedCell/unittests/Makefile.am
[dbb533]31include ../../src/Parameters/unittests/Makefile.am
[455573]32include ../../src/Parser/unittests/Makefile.am
[6efcae]33include ../../src/Potentials/unittests/Makefile.am
[3c1465]34include ../../src/Potentials/Specifics/unittests/Makefile.am
[455573]35include ../../src/RandomNumbers/unittests/Makefile.am
36include ../../src/Shapes/unittests/Makefile.am
[0b004b]37include ../../src/Tesselation/unittests/Makefile.am
[455573]38include ../../src/UIElements/CommandLineUI/unittests/Makefile.am
39include ../../src/UIElements/Menu/unittests/Makefile.am
[c0bccb]40
[004d5c]41INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/LinearAlgebra/src
[b9907c]42
[f08ae7]43AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl
[a0064e]44AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS}
[be90f1]45
[455573]46GENERALTESTS = \
[5e6534]47 AtomIdSetUnitTest \
[f844ef]48 BoxUnitTest \
[dd067a]49 Box_BoundaryConditionsTest \
[9f632c]50 FormulaUnittest \
[9fb860]51 ListOfBondsUnitTest \
[c67ff9]52 MoleculeUnitTest \
[f649de]53 WorldTimeUnitTest
[4fbca9c]54
[455573]55# these ones are checked
56TESTS += $(GENERALTESTS)
57# these ones are built for checking only
58check_PROGRAMS += $(GENERALTESTS)
59# ... and not installed
[fbbcde]60noinst_PROGRAMS += $(GENERALTESTS)
61
62if CONDECUT
63noinst_PROGRAMS += TestRunner
64endif
65
[b9907c]66
[f08ae7]67BOOST_LIB = \
68 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIBS) \
[d7d022]69 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
[31ca5f]70 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
71 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS)
[455573]72
[9d4ff35]73GENERALLIBS = \
74 ../libMolecuilder.la \
75 ../libMolecuilderHelpers.la \
76 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
77 ${CodePatterns_LIBS} \
78 $(BOOST_LIB)
79
[f4b5b7]80ALLLIBS = \
[600a52]81 ../libMolecuilderFilling.la \
[455573]82 ../libMolecuilderUI.la \
[eb0d77]83 ../libMolecuilder.la
84if CONDJOBMARKET
85ALLLIBS += \
86 ../libMolecuilderJobs.la
87endif
88ALLLIBS += \
[455573]89 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
90 ${CodePatterns_LIBS} \
91 $(BOOST_LIB)
[4d9c01]92
[9b6b2f]93TESTSOURCES = \
[455573]94 ${ACTIONTESTSSOURCES} \
[9b5a2c]95 ${ANALYSISTESTSSOURCES} \
[455573]96 ${DESCRIPTORTESTSSOURCES} \
[592be9]97 ${ELEMENTTESTSSOURCES} \
[600a52]98 ${FILLINGTESTSSOURCES} \
[feb7df]99 ${FRAGMENTATIONTESTSSOURCES} \
[629e43]100 ${GRAPHTESTSSOURCES} \
[794bc8]101 ${LINKEDCELLTESTSSOURCES} \
[455573]102 ${LINEARALGEBRATESTSSOURCES} \
[dbb533]103 ${PARAMETERTESTSSOURCES} \
[455573]104 ${PARSERTESTSSOURCES} \
105 ${RANDOMNUMBERTESTSSOURCES} \
106 ${SHAPETESTSSOURCES} \
[0b004b]107 ${TESSELATIONTESTSSOURCES} \
[455573]108 $(UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES) \
109 ${UIELEMENTSMENUTESTSSOURCES} \
[99f4ee]110 stubs/ObserverStub.cpp \
[5e6534]111 AtomIdSetUnitTest.cpp \
[f844ef]112 BoxUnitTest.cpp \
[dd067a]113 Box_BoundaryConditionsUnitTest.cpp \
[f844ef]114 FormulaUnitTest.cpp \
115 ListOfBondsUnitTest.cpp \
[c67ff9]116 MoleculeUnitTest.cpp \
[f649de]117 WorldTimeUnitTest.cpp
[9b6b2f]118
119TESTHEADERS = \
[455573]120 ${ACTIONTESTSHEADERS} \
[9b5a2c]121 ${ANALYSISTESTSHEADERS} \
[455573]122 ${DESCRIPTORTESTSHEADERS} \
[592be9]123 ${ELEMENTTESTSHEADERS} \
[600a52]124 ${FILLINGTESTSHEADERS} \
[feb7df]125 ${FRAGMENTATIONTESTSHEADERS} \
[629e43]126 ${GRAPHTESTSHEADERS} \
[794bc8]127 ${LINKEDCELLTESTHEADERS} \
[455573]128 ${LINEARALGEBRATESTSHEADERS} \
[dbb533]129 ${PARAMETERTESTSHEADERS} \
[455573]130 ${PARSERTESTSHEADERS} \
131 ${RANDOMNUMBERTESTSHEADERS} \
132 ${SHAPETESTSHEADERS} \
[0b004b]133 ${TESSELATIONTESTSHEADERS} \
[455573]134 $(UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS) \
135 ${UIELEMENTSMENUTESTSHEADERS} \
[99f4ee]136 stubs/ObserverStub.hpp \
[5e6534]137 AtomIdSetUnitTest.hpp \
[f844ef]138 BoxUnitTest.hpp \
[dd067a]139 Box_BoundaryConditionsUnitTest.hpp \
[f844ef]140 FormulaUnitTest.hpp \
141 ListOfBondsUnitTest.hpp \
[c67ff9]142 MoleculeUnitTest.hpp \
[bf4b9f]143 WorldTimeUnitTest.hpp
[9fb860]144
[9b6b2f]145
[f844ef]146BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
147 BoxUnitTest.cpp \
[99f4ee]148 BoxUnitTest.hpp \
149 stubs/ObserverStub.cpp \
[da1e92]150 stubs/ObserverStub.hpp \
151 ../Shapes/unittests/stubs/ApproximateShapeAreaStub.cpp \
152 ../Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp
[9d4ff35]153BoxUnitTest_LDADD = \
154 ../libMolecuilder.la \
155 ../libMolecuilderShapes.la \
156 ../libMolecuilderHelpers.la \
[31ca5f]157 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
158 ${CodePatterns_LIBS}
[77bc4f]159
[5e6534]160AtomIdSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
161 AtomIdSetUnitTest.cpp \
162 AtomIdSetUnitTest.hpp
163AtomIdSetUnitTest_LDADD = $(ALLLIBS)
164
[dd067a]165Box_BoundaryConditionsTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
166 Box_BoundaryConditionsUnitTest.cpp \
167 Box_BoundaryConditionsUnitTest.hpp \
168 ../Box_BoundaryConditions.cpp \
169 ../Box_BoundaryConditions.hpp
170Box_BoundaryConditionsTest_LDADD = \
171 ${CodePatterns_LIBS} \
172 $(BOOST_LIB)
173
[f844ef]174FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
175 FormulaUnitTest.cpp \
176 FormulaUnitTest.hpp
[9d4ff35]177FormulaUnittest_LDADD = $(ALLLIBS)
[9f632c]178
[f844ef]179ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
180 ListOfBondsUnitTest.cpp \
181 ListOfBondsUnitTest.hpp
[9d4ff35]182ListOfBondsUnitTest_LDADD = $(ALLLIBS)
[266237]183
[c67ff9]184MoleculeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
185 MoleculeUnitTest.cpp \
186 MoleculeUnitTest.hpp
[eb0d77]187MoleculeUnitTest_LDADD = $(ALLLIBS)
[c67ff9]188
[f649de]189WorldTimeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
190 WorldTimeUnitTest.cpp \
191 WorldTimeUnitTest.hpp \
192 ../WorldTime.cpp \
193 ../WorldTime.hpp
194WorldTimeUnitTest_LDADD = ${BOOST_LIB}
195
196
[36166d]197TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[b37436]198TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
[7a1ce5]199
[18eecf]200#AUTOMAKE_OPTIONS = parallel-tests
[0cfc27]201
202endif
Note: See TracBrowser for help on using the repository browser.