source: src/unittests/Makefile.am@ b5c39c

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

Merge branch 'Candidate_v1.3.0' into stable

Conflicts:

src/Actions/unittests/stubs/DummyUI.hpp
src/UIElements/CommandLineUI/CommandLineDialog.cpp
src/UIElements/CommandLineUI/CommandLineDialog.hpp
src/UIElements/Dialog.cpp
src/UIElements/Dialog.hpp
src/UIElements/Makefile.am
src/UIElements/Qt4/QtDialog.cpp
src/UIElements/Qt4/QtDialog.hpp
src/UIElements/TextUI/TextDialog.cpp
src/UIElements/TextUI/TextDialog.hpp

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