source: src/unittests/Makefile.am@ 12a24c

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 Candidate_v1.7.0 Candidate_v1.7.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 12a24c was 4694df, checked in by Frederik Heber <heber@…>, 13 years ago

Added class HomologyContainer and unit test.

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