source: src/unittests/Makefile.am@ 6cfb355

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.11
Last change on this file since 6cfb355 was 355af8, checked in by Frederik Heber <heber@…>, 12 years ago

Argument_t now has two Comparators on indices or distance.

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