source: src/unittests/Makefile.am@ 410405

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

Moved SamplingGrid... over to Fragmentation/SetValues.

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