source: src/unittests/Makefile.am@ c8f12e

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 v1.3.7
Last change on this file since c8f12e was 79ac03, checked in by Frederik Heber <heber@…>, 12 years ago

Merge branch 'Fragmentation_Homology' into Candidate_v1.3.7

Conflicts:

src/unittests/Makefile.am

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