source: src/unittests/Makefile.am@ 8b58ac

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

Extended SamplingGrid to be usable as SetValue.

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