source: src/unittests/Makefile.am@ 23359f

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 23359f was 8bcf3f, checked in by Frederik Heber <heber@…>, 16 years ago

New class MenuDescription containing information on menu items.

  • Property mode set to 100644
File size: 9.1 KB
RevLine 
[18eecf]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
[b9907c]4INCLUDES = -I$(top_srcdir)/src
5
[831a14]6AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
7AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
[be90f1]8
[9fb860]9TESTS = \
[112f90]10 ActionSequenceTest \
[9fb860]11 ActOnAllUnitTest \
12 AnalysisBondsUnitTests \
13 AnalysisCorrelationToPointUnitTest \
14 AnalysisCorrelationToSurfaceUnitTest \
15 AnalysisPairCorrelationUnitTest \
[57adc7]16 atomsCalculationTest \
17 AtomDescriptorTest \
[9fb860]18 BondGraphUnitTest \
[77bc4f]19 BoxUnittest \
[57adc7]20 CacheableTest \
[dfe8ef]21 CountBondsUnitTest \
[9f632c]22 FormulaUnittest \
[fc3b67]23 GSLMatrixSymmetricUnitTest \
24 GSLMatrixUnitTest \
[9fb860]25 GSLVectorUnitTest \
26 InfoUnitTest \
[f60610]27 LinearSystemOfEquationsUnitTest \
[45ef76]28 LineUnittest \
[dcea0f]29 LinkedCellUnitTest \
[9fb860]30 ListOfBondsUnitTest \
31 LogUnitTest \
[57adc7]32 manipulateAtomsTest \
[0eb2dc]33 MatrixUnittest \
[8bcf3f]34 MenuDescriptionUnitTest \
[57adc7]35 MoleculeDescriptorTest \
36 ObserverTest \
[cb2146]37 ParserUnitTest \
[4eb4fe]38 periodentafelTest \
39 PlaneUnittest \
[997784]40 ShapeUnittest \
[7ca806]41 SingletonTest \
[9fb860]42 StackClassUnitTest \
43 TesselationUnitTest \
[e9c677]44 Tesselation_BoundaryTriangleUnitTest \
45 Tesselation_InOutsideUnitTest \
[112f90]46 VectorUnitTest
[46d958]47
[9fb860]48
[63c1f6]49check_PROGRAMS = $(TESTS)
[9b6b2f]50noinst_PROGRAMS = $(TESTS) TestRunner
[b9907c]51
[e4decc]52BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_THREAD_LIB)
[952f38]53GSLLIBS = \
54 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
55 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
56 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
[e4decc]57 $(BOOST_LIB)
[f4b5b7]58ALLLIBS = \
[9ee38b]59 ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
[f4b5b7]60 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
[952f38]61 ${PARSERLIBS} \
[255971]62 ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
[e4decc]63 ${GSLLIBS}
64
[b37436]65PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
66UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
[4d9c01]67
[9b6b2f]68TESTSOURCES = \
69 ActOnAllUnitTest.cpp \
[57adc7]70 ActionSequenceTest.cpp \
[9b6b2f]71 analysisbondsunittest.cpp \
72 AnalysisCorrelationToPointUnitTest.cpp \
73 AnalysisCorrelationToSurfaceUnitTest.cpp \
74 AnalysisPairCorrelationUnitTest.cpp \
[57adc7]75 AtomDescriptorTest.cpp \
76 atomsCalculationTest.cpp \
[9b6b2f]77 bondgraphunittest.cpp \
[77bc4f]78 BoxUnittest.cpp \
[57adc7]79 CacheableTest.cpp \
[5f612ee]80 CountBondsUnitTest.cpp \
[9f632c]81 FormulaUnittest.cpp \
[9b6b2f]82 gslmatrixsymmetricunittest.cpp \
83 gslmatrixunittest.cpp \
84 gslvectorunittest.cpp \
85 infounittest.cpp \
86 linearsystemofequationsunittest.cpp \
[45ef76]87 LineUnittest.cpp \
[5f612ee]88 LinkedCellUnitTest.cpp \
[9b6b2f]89 listofbondsunittest.cpp \
90 logunittest.cpp \
[0eb2dc]91 MatrixUnittest.cpp \
[57adc7]92 manipulateAtomsTest.cpp \
[8bcf3f]93 MenuDescriptionUnitTest.cpp \
[57adc7]94 MoleculeDescriptorTest.cpp \
95 ObserverTest.cpp \
[cb2146]96 ParserUnitTest.cpp \
[4eb4fe]97 periodentafelTest.cpp \
98 PlaneUnittest.cpp \
[997784]99 ShapeUnittest.cpp \
[7ca806]100 SingletonTest.cpp \
[9b6b2f]101 stackclassunittest.cpp \
102 tesselationunittest.cpp \
103 tesselation_boundarytriangleunittest.cpp \
104 tesselation_insideoutsideunittest.cpp \
[57adc7]105 vectorunittest.cpp
[9b6b2f]106
107TESTHEADERS = \
[5f612ee]108 ActOnAllUnitTest.hpp \
109 ActionSequenceTest.hpp \
110 analysisbondsunittest.hpp \
111 AnalysisCorrelationToPointUnitTest.hpp \
112 AnalysisCorrelationToSurfaceUnitTest.hpp \
113 AnalysisPairCorrelationUnitTest.hpp \
114 AtomDescriptorTest.hpp \
115 atomsCalculationTest.hpp \
116 bondgraphunittest.hpp \
[77bc4f]117 BoxUnittest.hpp \
[5f612ee]118 CacheableTest.hpp \
119 CountBondsUnitTest.hpp \
[9f632c]120 FormulaUnittest.hpp \
[5f612ee]121 gslmatrixsymmetricunittest.hpp \
122 gslmatrixunittest.hpp \
123 gslvectorunittest.hpp \
124 infounittest.hpp \
125 linearsystemofequationsunittest.hpp \
[45ef76]126 LineUnittest.hpp \
[5f612ee]127 LinkedCellUnitTest.hpp \
128 listofbondsunittest.hpp \
129 logunittest.hpp \
130 manipulateAtomsTest.hpp \
[0eb2dc]131 MatrixUnittest.hpp \
[8bcf3f]132 MenuDescriptionUnitTest.hpp \
[5f612ee]133 MoleculeDescriptorTest.hpp \
[4eb4fe]134 periodentafelTest.hpp \
[b37436]135 ParserUnitTest.hpp \
[fa5a6a]136 PlaneUnittest.hpp \
[5f612ee]137 ObserverTest.hpp \
138 SingletonTest.hpp \
139 stackclassunittest.hpp \
140 tesselationunittest.hpp \
141 tesselation_boundarytriangleunittest.hpp \
142 tesselation_insideoutsideunittest.hpp \
143 vectorunittest.hpp
[9fb860]144
[9b6b2f]145
[861874]146ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
[b37436]147ActionSequenceTest_LDADD = ${UILIBS} ${ALLLIBS}
[18eecf]148
[9b6b2f]149ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
[4d9c01]150ActOnAllUnitTest_LDADD = ${ALLLIBS}
[c111db]151
[9b6b2f]152AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]153AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]154
[9b6b2f]155AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]156AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]157
[9b6b2f]158AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]159AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]160
[9b6b2f]161AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]162AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]163
[6e97e5]164atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
165atomsCalculationTest_LDADD = ${ALLLIBS}
166
[18eecf]167AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
168AtomDescriptorTest_LDADD = ${ALLLIBS}
169
[9b6b2f]170BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]171BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]172
[77bc4f]173BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
174BoxUnittest_LDADD = ${ALLLIBS}
175
[18eecf]176CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
177CacheableTest_LDADD = ${ALLLIBS}
178
[5f612ee]179CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
180CountBondsUnitTest_LDADD = ${ALLLIBS}
181
[9f632c]182FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
183FormulaUnittest_LDADD = ${ALLLIBS}
184
[9b6b2f]185GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
[57f243]186GSLMatrixSymmetricUnitTest_LDADD = ${ALLLIBS}
[9fb860]187
[9b6b2f]188GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
[57f243]189GSLMatrixUnitTest_LDADD = ${ALLLIBS}
[9fb860]190
[9b6b2f]191GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
[57f243]192GSLVectorUnitTest_LDADD = ${ALLLIBS}
[46ea3b]193
[9b6b2f]194InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
[4d9c01]195InfoUnitTest_LDADD = ${ALLLIBS}
[8725ed]196
[9b6b2f]197LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
[4d9c01]198LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
[8725ed]199
[45ef76]200LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
201LineUnittest_LDADD = ${ALLLIBS}
202
[5f612ee]203LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
204LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]205
[9b6b2f]206ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]207ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]208
[9b6b2f]209LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
[4d9c01]210LogUnitTest_LDADD = ${ALLLIBS}
[7326b2]211
[18eecf]212manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
[b37436]213manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS}
[18eecf]214
[0eb2dc]215MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
216MatrixUnittest_LDADD = ${ALLLIBS}
217
[8bcf3f]218MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp
219MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
220
[57adc7]221MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
222MoleculeDescriptorTest_LDADD = ${ALLLIBS}
223
[18eecf]224ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
225ObserverTest_LDADD = ${ALLLIBS}
226
227ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
[952f38]228ParserUnitTest_LDADD = ${ALLLIBS}
[18eecf]229
[4eb4fe]230periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
231periodentafelTest_LDADD = ${ALLLIBS}
232
[fa5a6a]233PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
234PlaneUnittest_LDADD = ${ALLLIBS}
235
[997784]236ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
237ShapeUnittest_LDADD = ${ALLLIBS}
238
[7ca806]239SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
[6d574a]240SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
[7ca806]241
[9b6b2f]242StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
[4d9c01]243StackClassUnitTest_LDADD = ${ALLLIBS}
[d96277]244
[9b6b2f]245TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]246TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]247
[9b6b2f]248Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]249Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]250
[9b6b2f]251Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]252Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]253
[36166d]254TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[b37436]255TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
[7a1ce5]256
[18eecf]257VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
258VectorUnitTest_LDADD = ${ALLLIBS}
[7326b2]259
[18eecf]260#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.