source: src/unittests/Makefile.am@ 26b4d62

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 26b4d62 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
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 =
[4d4caf]8MOSTLYCLEANFILES =
[455573]9
[0cfc27]10if CONDCPPUNIT
11
[455573]12include ../../src/Actions/unittests/Makefile.am
[9b5a2c]13include ../../src/Analysis/unittests/Makefile.am
[97c2550]14include ../../src/Atom/unittests/Makefile.am
[455573]15include ../../src/Descriptors/unittests/Makefile.am
[592be9]16include ../../src/Element/unittests/Makefile.am
[600a52]17include ../../src/Filling/unittests/Makefile.am
[355af8]18include ../../src/FunctionApproximation/unittests/Makefile.am
[feb7df]19include ../../src/Fragmentation/unittests/Makefile.am
[c3df23]20include ../../src/Fragmentation/Exporters/unittests/Makefile.am
[4694df]21include ../../src/Fragmentation/Homology/unittests/Makefile.am
[e920061]22include ../../src/Fragmentation/Summation/unittests/Makefile.am
[fbf143]23include ../../src/Fragmentation/Summation/Containers/unittests/Makefile.am
24include ../../src/Fragmentation/Summation/SetValues/unittests/Makefile.am
[629e43]25include ../../src/Graph/unittests/Makefile.am
[004d5c]26
27if CONDJOBMARKET
[cc5db5]28include ../../src/Jobs/unittests/Makefile.am
[004d5c]29endif
30
[91f592]31include ../../src/LinkedCell/unittests/Makefile.am
[dbb533]32include ../../src/Parameters/unittests/Makefile.am
[455573]33include ../../src/Parser/unittests/Makefile.am
[6efcae]34include ../../src/Potentials/unittests/Makefile.am
[3c1465]35include ../../src/Potentials/Specifics/unittests/Makefile.am
[455573]36include ../../src/RandomNumbers/unittests/Makefile.am
37include ../../src/Shapes/unittests/Makefile.am
[0b004b]38include ../../src/Tesselation/unittests/Makefile.am
[455573]39include ../../src/UIElements/CommandLineUI/unittests/Makefile.am
40include ../../src/UIElements/Menu/unittests/Makefile.am
[c0bccb]41
[004d5c]42INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/LinearAlgebra/src
[b9907c]43
[353326]44AM_LDFLAGS = \
45 ${CodePatterns_LIBS} \
46 $(CPPUNIT_LIBS) \
47 -ldl
[a0064e]48AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS}
[be90f1]49
[455573]50GENERALTESTS = \
[5e6534]51 AtomIdSetUnitTest \
[f844ef]52 BoxUnitTest \
[dd067a]53 Box_BoundaryConditionsTest \
[9f632c]54 FormulaUnittest \
[9fb860]55 ListOfBondsUnitTest \
[c67ff9]56 MoleculeUnitTest \
[f649de]57 WorldTimeUnitTest
[4fbca9c]58
[455573]59# these ones are checked
60TESTS += $(GENERALTESTS)
61# these ones are built for checking only
62check_PROGRAMS += $(GENERALTESTS)
63# ... and not installed
[fbbcde]64noinst_PROGRAMS += $(GENERALTESTS)
65
66if CONDECUT
67noinst_PROGRAMS += TestRunner
68endif
69
[b9907c]70
[f08ae7]71BOOST_LIB = \
72 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIBS) \
[d7d022]73 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
[31ca5f]74 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
[353326]75 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
76 $(BOOST_THREAD_LDFLAGS) $(BOOST_THREAD_LIBS)
[455573]77
[9d4ff35]78GENERALLIBS = \
79 ../libMolecuilder.la \
80 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
81 ${CodePatterns_LIBS} \
82 $(BOOST_LIB)
83
[f4b5b7]84ALLLIBS = \
[353326]85 ../libMolecuilderUI.la
[eb0d77]86if CONDJOBMARKET
87ALLLIBS += \
88 ../libMolecuilderJobs.la
89endif
90ALLLIBS += \
[455573]91 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
92 ${CodePatterns_LIBS} \
93 $(BOOST_LIB)
[4d9c01]94
[9b6b2f]95TESTSOURCES = \
[455573]96 ${ACTIONTESTSSOURCES} \
[9b5a2c]97 ${ANALYSISTESTSSOURCES} \
[455573]98 ${DESCRIPTORTESTSSOURCES} \
[592be9]99 ${ELEMENTTESTSSOURCES} \
[600a52]100 ${FILLINGTESTSSOURCES} \
[feb7df]101 ${FRAGMENTATIONTESTSSOURCES} \
[629e43]102 ${GRAPHTESTSSOURCES} \
[794bc8]103 ${LINKEDCELLTESTSSOURCES} \
[455573]104 ${LINEARALGEBRATESTSSOURCES} \
[dbb533]105 ${PARAMETERTESTSSOURCES} \
[455573]106 ${PARSERTESTSSOURCES} \
107 ${RANDOMNUMBERTESTSSOURCES} \
108 ${SHAPETESTSSOURCES} \
[0b004b]109 ${TESSELATIONTESTSSOURCES} \
[455573]110 $(UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES) \
111 ${UIELEMENTSMENUTESTSSOURCES} \
[99f4ee]112 stubs/ObserverStub.cpp \
[5e6534]113 AtomIdSetUnitTest.cpp \
[f844ef]114 BoxUnitTest.cpp \
[dd067a]115 Box_BoundaryConditionsUnitTest.cpp \
[f844ef]116 FormulaUnitTest.cpp \
117 ListOfBondsUnitTest.cpp \
[c67ff9]118 MoleculeUnitTest.cpp \
[f649de]119 WorldTimeUnitTest.cpp
[9b6b2f]120
121TESTHEADERS = \
[455573]122 ${ACTIONTESTSHEADERS} \
[9b5a2c]123 ${ANALYSISTESTSHEADERS} \
[455573]124 ${DESCRIPTORTESTSHEADERS} \
[592be9]125 ${ELEMENTTESTSHEADERS} \
[600a52]126 ${FILLINGTESTSHEADERS} \
[feb7df]127 ${FRAGMENTATIONTESTSHEADERS} \
[629e43]128 ${GRAPHTESTSHEADERS} \
[794bc8]129 ${LINKEDCELLTESTHEADERS} \
[455573]130 ${LINEARALGEBRATESTSHEADERS} \
[dbb533]131 ${PARAMETERTESTSHEADERS} \
[455573]132 ${PARSERTESTSHEADERS} \
133 ${RANDOMNUMBERTESTSHEADERS} \
134 ${SHAPETESTSHEADERS} \
[0b004b]135 ${TESSELATIONTESTSHEADERS} \
[455573]136 $(UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS) \
137 ${UIELEMENTSMENUTESTSHEADERS} \
[99f4ee]138 stubs/ObserverStub.hpp \
[5e6534]139 AtomIdSetUnitTest.hpp \
[f844ef]140 BoxUnitTest.hpp \
[dd067a]141 Box_BoundaryConditionsUnitTest.hpp \
[f844ef]142 FormulaUnitTest.hpp \
143 ListOfBondsUnitTest.hpp \
[c67ff9]144 MoleculeUnitTest.hpp \
[bf4b9f]145 WorldTimeUnitTest.hpp
[9fb860]146
[9b6b2f]147
[f844ef]148BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
149 BoxUnitTest.cpp \
[99f4ee]150 BoxUnitTest.hpp \
151 stubs/ObserverStub.cpp \
[da1e92]152 stubs/ObserverStub.hpp \
153 ../Shapes/unittests/stubs/ApproximateShapeAreaStub.cpp \
154 ../Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp
[9d4ff35]155BoxUnitTest_LDADD = \
156 ../libMolecuilder.la \
157 ../libMolecuilderShapes.la \
158 ../libMolecuilderHelpers.la \
[31ca5f]159 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[353326]160 ${CodePatterns_LIBS} \
161 $(BOOST_LIB)
[77bc4f]162
[5e6534]163AtomIdSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
164 AtomIdSetUnitTest.cpp \
165 AtomIdSetUnitTest.hpp
166AtomIdSetUnitTest_LDADD = $(ALLLIBS)
167
[dd067a]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
[f844ef]177FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
178 FormulaUnitTest.cpp \
179 FormulaUnitTest.hpp
[9d4ff35]180FormulaUnittest_LDADD = $(ALLLIBS)
[9f632c]181
[f844ef]182ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
183 ListOfBondsUnitTest.cpp \
184 ListOfBondsUnitTest.hpp
[9d4ff35]185ListOfBondsUnitTest_LDADD = $(ALLLIBS)
[266237]186
[c67ff9]187MoleculeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
188 MoleculeUnitTest.cpp \
189 MoleculeUnitTest.hpp
[353326]190MoleculeUnitTest_LDADD = \
191 $(ALLLIBS) \
192 ../libMolecuilderShapes.la \
193 ../libMolecuilderHelpers.la
[c67ff9]194
[f649de]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
[36166d]203TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[b37436]204TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
[7a1ce5]205
[18eecf]206#AUTOMAKE_OPTIONS = parallel-tests
[0cfc27]207
208endif
Note: See TracBrowser for help on using the repository browser.