source: src/unittests/Makefile.am@ fbf143

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 fbf143 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
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4check_PROGRAMS =
5noinst_PROGRAMS =
6TESTS =
7XFAIL_TESTS =
8
9if CONDCPPUNIT
10
11include ../../src/Actions/unittests/Makefile.am
12include ../../src/Analysis/unittests/Makefile.am
13include ../../src/Atom/unittests/Makefile.am
14include ../../src/Descriptors/unittests/Makefile.am
15include ../../src/Element/unittests/Makefile.am
16include ../../src/Filling/unittests/Makefile.am
17include ../../src/FunctionApproximation/unittests/Makefile.am
18include ../../src/Fragmentation/unittests/Makefile.am
19include ../../src/Fragmentation/Exporters/unittests/Makefile.am
20include ../../src/Fragmentation/Homology/unittests/Makefile.am
21include ../../src/Fragmentation/Summation/unittests/Makefile.am
22include ../../src/Fragmentation/Summation/Containers/unittests/Makefile.am
23include ../../src/Fragmentation/Summation/SetValues/unittests/Makefile.am
24include ../../src/Graph/unittests/Makefile.am
25
26if CONDJOBMARKET
27include ../../src/Jobs/unittests/Makefile.am
28endif
29
30include ../../src/LinkedCell/unittests/Makefile.am
31include ../../src/Parameters/unittests/Makefile.am
32include ../../src/Parser/unittests/Makefile.am
33include ../../src/Potentials/unittests/Makefile.am
34include ../../src/Potentials/Specifics/unittests/Makefile.am
35include ../../src/RandomNumbers/unittests/Makefile.am
36include ../../src/Shapes/unittests/Makefile.am
37include ../../src/Tesselation/unittests/Makefile.am
38include ../../src/UIElements/CommandLineUI/unittests/Makefile.am
39include ../../src/UIElements/Menu/unittests/Makefile.am
40
41INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/LinearAlgebra/src
42
43AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl
44AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS}
45
46GENERALTESTS = \
47 AtomIdSetUnitTest \
48 BoxUnitTest \
49 Box_BoundaryConditionsTest \
50 FormulaUnittest \
51 ListOfBondsUnitTest \
52 MoleculeUnitTest \
53 WorldTimeUnitTest
54
55# these ones are checked
56TESTS += $(GENERALTESTS)
57# these ones are built for checking only
58check_PROGRAMS += $(GENERALTESTS)
59# ... and not installed
60noinst_PROGRAMS += $(GENERALTESTS)
61
62if CONDECUT
63noinst_PROGRAMS += TestRunner
64endif
65
66
67BOOST_LIB = \
68 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIBS) \
69 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
70 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
71 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS)
72
73GENERALLIBS = \
74 ../libMolecuilder.la \
75 ../libMolecuilderHelpers.la \
76 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
77 ${CodePatterns_LIBS} \
78 $(BOOST_LIB)
79
80ALLLIBS = \
81 ../libMolecuilderFilling.la \
82 ../libMolecuilderUI.la \
83 ../libMolecuilder.la
84if CONDJOBMARKET
85ALLLIBS += \
86 ../libMolecuilderJobs.la
87endif
88ALLLIBS += \
89 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
90 ${CodePatterns_LIBS} \
91 $(BOOST_LIB)
92
93TESTSOURCES = \
94 ${ACTIONTESTSSOURCES} \
95 ${ANALYSISTESTSSOURCES} \
96 ${DESCRIPTORTESTSSOURCES} \
97 ${ELEMENTTESTSSOURCES} \
98 ${FILLINGTESTSSOURCES} \
99 ${FRAGMENTATIONTESTSSOURCES} \
100 ${GRAPHTESTSSOURCES} \
101 ${LINKEDCELLTESTSSOURCES} \
102 ${LINEARALGEBRATESTSSOURCES} \
103 ${PARAMETERTESTSSOURCES} \
104 ${PARSERTESTSSOURCES} \
105 ${RANDOMNUMBERTESTSSOURCES} \
106 ${SHAPETESTSSOURCES} \
107 ${TESSELATIONTESTSSOURCES} \
108 $(UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES) \
109 ${UIELEMENTSMENUTESTSSOURCES} \
110 stubs/ObserverStub.cpp \
111 AtomIdSetUnitTest.cpp \
112 BoxUnitTest.cpp \
113 Box_BoundaryConditionsUnitTest.cpp \
114 FormulaUnitTest.cpp \
115 ListOfBondsUnitTest.cpp \
116 MoleculeUnitTest.cpp \
117 WorldTimeUnitTest.cpp
118
119TESTHEADERS = \
120 ${ACTIONTESTSHEADERS} \
121 ${ANALYSISTESTSHEADERS} \
122 ${DESCRIPTORTESTSHEADERS} \
123 ${ELEMENTTESTSHEADERS} \
124 ${FILLINGTESTSHEADERS} \
125 ${FRAGMENTATIONTESTSHEADERS} \
126 ${GRAPHTESTSHEADERS} \
127 ${LINKEDCELLTESTHEADERS} \
128 ${LINEARALGEBRATESTSHEADERS} \
129 ${PARAMETERTESTSHEADERS} \
130 ${PARSERTESTSHEADERS} \
131 ${RANDOMNUMBERTESTSHEADERS} \
132 ${SHAPETESTSHEADERS} \
133 ${TESSELATIONTESTSHEADERS} \
134 $(UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS) \
135 ${UIELEMENTSMENUTESTSHEADERS} \
136 stubs/ObserverStub.hpp \
137 AtomIdSetUnitTest.hpp \
138 BoxUnitTest.hpp \
139 Box_BoundaryConditionsUnitTest.hpp \
140 FormulaUnitTest.hpp \
141 ListOfBondsUnitTest.hpp \
142 MoleculeUnitTest.hpp \
143 WorldTimeUnitTest.hpp
144
145
146BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
147 BoxUnitTest.cpp \
148 BoxUnitTest.hpp \
149 stubs/ObserverStub.cpp \
150 stubs/ObserverStub.hpp \
151 ../Shapes/unittests/stubs/ApproximateShapeAreaStub.cpp \
152 ../Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp
153BoxUnitTest_LDADD = \
154 ../libMolecuilder.la \
155 ../libMolecuilderShapes.la \
156 ../libMolecuilderHelpers.la \
157 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
158 ${CodePatterns_LIBS}
159
160AtomIdSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
161 AtomIdSetUnitTest.cpp \
162 AtomIdSetUnitTest.hpp
163AtomIdSetUnitTest_LDADD = $(ALLLIBS)
164
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
174FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
175 FormulaUnitTest.cpp \
176 FormulaUnitTest.hpp
177FormulaUnittest_LDADD = $(ALLLIBS)
178
179ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
180 ListOfBondsUnitTest.cpp \
181 ListOfBondsUnitTest.hpp
182ListOfBondsUnitTest_LDADD = $(ALLLIBS)
183
184MoleculeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
185 MoleculeUnitTest.cpp \
186 MoleculeUnitTest.hpp
187MoleculeUnitTest_LDADD = $(ALLLIBS)
188
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
197TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
198TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
199
200#AUTOMAKE_OPTIONS = parallel-tests
201
202endif
Note: See TracBrowser for help on using the repository browser.