source: src/unittests/Makefile.am@ feb7df

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

Added unittests to Fragmentation subfolder.

  • Property mode set to 100644
File size: 6.4 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 =
7
8include ../../src/Actions/unittests/Makefile.am
9include ../../src/Descriptors/unittests/Makefile.am
10include ../../src/Fragmentation/unittests/Makefile.am
11include ../../src/Parser/unittests/Makefile.am
12include ../../src/RandomNumbers/unittests/Makefile.am
13include ../../src/Shapes/unittests/Makefile.am
14include ../../src/UIElements/CommandLineUI/unittests/Makefile.am
15include ../../src/UIElements/Menu/unittests/Makefile.am
16
17INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/LinearAlgebra/src
18
19AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl
20AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS}
21
22GENERALTESTS = \
23 AnalysisBondsUnitTest \
24 AnalysisCorrelationToPointUnitTest \
25 AnalysisCorrelationToSurfaceUnitTest \
26 AnalysisPairCorrelationUnitTest \
27 BondGraphUnitTest \
28 BoxUnitTest \
29 CountBondsUnitTest \
30 ElementUnitTest \
31 FormulaUnittest \
32 LinkedCellUnitTest \
33 ListOfBondsUnitTest \
34 PeriodentafelUnitTest \
35 TesselationUnitTest \
36 Tesselation_BoundaryTriangleUnitTest \
37 Tesselation_InOutsideUnitTest \
38 WorldTimeUnitTest
39
40# these ones are checked
41TESTS += $(GENERALTESTS)
42# these ones are built for checking only
43check_PROGRAMS += $(GENERALTESTS)
44# ... and not installed
45noinst_PROGRAMS += $(GENERALTESTS) TestRunner
46
47BOOST_LIB = \
48 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIBS) \
49 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
50 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
51
52ALLLIBS = \
53 ../libMolecuilderUI.la \
54 ../libMolecuilder.la \
55 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
56 ${CodePatterns_LIBS} \
57 $(BOOST_LIB)
58
59TESTSOURCES = \
60 ${ACTIONTESTSSOURCES} \
61 ${DESCRIPTORTESTSSOURCES} \
62 ${FRAGMENTATIONTESTSSOURCES} \
63 ${LINEARALGEBRATESTSSOURCES} \
64 ${PARSERTESTSSOURCES} \
65 ${RANDOMNUMBERTESTSSOURCES} \
66 ${SHAPETESTSSOURCES} \
67 $(UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES) \
68 ${UIELEMENTSMENUTESTSSOURCES} \
69 AnalysisBondsUnitTest.cpp \
70 AnalysisCorrelationToPointUnitTest.cpp \
71 AnalysisCorrelationToSurfaceUnitTest.cpp \
72 AnalysisPairCorrelationUnitTest.cpp \
73 BondGraphUnitTest.cpp \
74 BoxUnitTest.cpp \
75 CountBondsUnitTest.cpp \
76 ElementUnitTest.cpp \
77 FormulaUnitTest.cpp \
78 LinkedCellUnitTest.cpp \
79 ListOfBondsUnitTest.cpp \
80 PeriodentafelUnitTest.cpp \
81 TesselationUnitTest.cpp \
82 Tesselation_BoundaryTriangleUnitTest.cpp \
83 Tesselation_InsideOutsideUnitTest.cpp \
84 WorldTimeUnitTest.cpp
85
86TESTHEADERS = \
87 ${ACTIONTESTSHEADERS} \
88 ${DESCRIPTORTESTSHEADERS} \
89 ${FRAGMENTATIONTESTSHEADERS} \
90 ${LINEARALGEBRATESTSHEADERS} \
91 ${PARSERTESTSHEADERS} \
92 ${RANDOMNUMBERTESTSHEADERS} \
93 ${SHAPETESTSHEADERS} \
94 $(UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS) \
95 ${UIELEMENTSMENUTESTSHEADERS} \
96 AnalysisBondsUnitTest.hpp \
97 AnalysisCorrelationToPointUnitTest.hpp \
98 AnalysisCorrelationToSurfaceUnitTest.hpp \
99 AnalysisPairCorrelationUnitTest.hpp \
100 BondGraphUnitTest.hpp \
101 BoxUnitTest.hpp \
102 CountBondsUnitTest.hpp \
103 ElementUnitTest.hpp \
104 FormulaUnitTest.hpp \
105 LinkedCellUnitTest.hpp \
106 ListOfBondsUnitTest.hpp \
107 PeriodentafelUnitTest.hpp \
108 TesselationUnitTest.hpp \
109 Tesselation_BoundaryTriangleUnitTest.hpp \
110 Tesselation_InsideOutsideUnitTest.hpp \
111 WorldTimeUnitTest.hpp
112
113
114AnalysisBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
115 AnalysisBondsUnitTest.cpp \
116 AnalysisBondsUnitTest.hpp
117AnalysisBondsUnitTest_LDADD = ${ALLLIBS}
118
119AnalysisCorrelationToPointUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
120 AnalysisCorrelationToPointUnitTest.cpp \
121 AnalysisCorrelationToPointUnitTest.hpp
122AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
123
124AnalysisCorrelationToSurfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
125 AnalysisCorrelationToSurfaceUnitTest.cpp \
126 AnalysisCorrelationToSurfaceUnitTest.hpp
127AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
128
129AnalysisPairCorrelationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
130 AnalysisPairCorrelationUnitTest.cpp \
131 AnalysisPairCorrelationUnitTest.hpp
132AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
133
134BondGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
135 BondGraphUnitTest.cpp \
136 BondGraphUnitTest.hpp
137BondGraphUnitTest_LDADD = ${ALLLIBS}
138
139BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
140 BoxUnitTest.cpp \
141 BoxUnitTest.hpp
142BoxUnitTest_LDADD = ${ALLLIBS}
143
144CountBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
145 CountBondsUnitTest.cpp \
146 CountBondsUnitTest.hpp
147CountBondsUnitTest_LDADD = ${ALLLIBS}
148
149ElementUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
150 ElementUnitTest.cpp \
151 ../element.cpp \
152 ElementUnitTest.hpp \
153 ../element.hpp
154ElementUnitTest_LDADD = \
155 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
156
157FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
158 FormulaUnitTest.cpp \
159 FormulaUnitTest.hpp
160FormulaUnittest_LDADD = ${ALLLIBS}
161
162LinkedCellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
163 LinkedCellUnitTest.cpp \
164 LinkedCellUnitTest.hpp
165LinkedCellUnitTest_LDADD = ${ALLLIBS}
166
167ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
168 ListOfBondsUnitTest.cpp \
169 ListOfBondsUnitTest.hpp
170ListOfBondsUnitTest_LDADD = ${ALLLIBS}
171
172PeriodentafelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
173 PeriodentafelUnitTest.cpp \
174 PeriodentafelUnitTest.hpp
175PeriodentafelUnitTest_LDADD = ${ALLLIBS}
176
177TesselationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
178 TesselationUnitTest.cpp \
179 TesselationUnitTest.hpp
180TesselationUnitTest_LDADD = ${ALLLIBS}
181
182Tesselation_BoundaryTriangleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
183 Tesselation_BoundaryTriangleUnitTest.cpp \
184 Tesselation_BoundaryTriangleUnitTest.hpp
185Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
186
187Tesselation_InOutsideUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
188 Tesselation_InsideOutsideUnitTest.cpp \
189 Tesselation_InsideOutsideUnitTest.hpp
190Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
191
192WorldTimeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
193 WorldTimeUnitTest.cpp \
194 WorldTimeUnitTest.hpp \
195 ../WorldTime.cpp \
196 ../WorldTime.hpp
197WorldTimeUnitTest_LDADD = ${BOOST_LIB}
198
199
200TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
201TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
202
203#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.