source: src/unittests/Makefile.am@ 343c5a

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 343c5a was 4d4caf, checked in by Frederik Heber <heber@…>, 11 years ago

DISTFIX: Did not delete csv files PartialNucleiChargeFitterUnitTest created.

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