source: src/unittests/Makefile.am@ 952f38

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 952f38 was 952f38, checked in by Frederik Heber <heber@…>, 14 years ago

created LibMolecuilderHelpers.

  • is shared
  • renamed log.[ch]pp -> Log.[ch]pp
  • renamed verbose.[ch]pp -> Verbose.[ch]pp
  • renamed info.[ch]pp -> Info.[ch]pp
  • contains: Assert, MemDebug, Log, logger, errorlogger, Verbose, Info
  • had to change includes practically everywhere.
  • Property mode set to 100644
File size: 9.8 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 \
[57adc7]34 MoleculeDescriptorTest \
35 ObserverTest \
[cb2146]36 ParserUnitTest \
[4eb4fe]37 periodentafelTest \
38 PlaneUnittest \
[997784]39 ShapeUnittest \
[7ca806]40 SingletonTest \
[9fb860]41 StackClassUnitTest \
42 TesselationUnitTest \
[e9c677]43 Tesselation_BoundaryTriangleUnitTest \
44 Tesselation_InOutsideUnitTest \
[112f90]45 VectorUnitTest
[46d958]46
[9fb860]47
[63c1f6]48check_PROGRAMS = $(TESTS)
[9b6b2f]49noinst_PROGRAMS = $(TESTS) TestRunner
[b9907c]50
[952f38]51GSLLIBS = \
52 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
53 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
54 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
55 $(BOOST_LIB) \
56 ${BOOST_THREAD_LIB}
[f4b5b7]57ALLLIBS = \
58 ../UIElements/libMolecuilderUI.a \
59 ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
[952f38]60 ${PARSERLIBS} \
[f4b5b7]61 ../libmolecuilder.a \
62 ${GSLLIBS} \
63 ${BOOST_PROGRAM_OPTIONS_LIB}
[952f38]64PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
[4d9c01]65
[9b6b2f]66TESTSOURCES = \
67 ActOnAllUnitTest.cpp \
[57adc7]68 ActionSequenceTest.cpp \
[9b6b2f]69 analysisbondsunittest.cpp \
70 AnalysisCorrelationToPointUnitTest.cpp \
71 AnalysisCorrelationToSurfaceUnitTest.cpp \
72 AnalysisPairCorrelationUnitTest.cpp \
[57adc7]73 AtomDescriptorTest.cpp \
74 atomsCalculationTest.cpp \
[9b6b2f]75 bondgraphunittest.cpp \
[77bc4f]76 BoxUnittest.cpp \
[57adc7]77 CacheableTest.cpp \
[5f612ee]78 CountBondsUnitTest.cpp \
[9f632c]79 FormulaUnittest.cpp \
[9b6b2f]80 gslmatrixsymmetricunittest.cpp \
81 gslmatrixunittest.cpp \
82 gslvectorunittest.cpp \
83 infounittest.cpp \
84 linearsystemofequationsunittest.cpp \
[45ef76]85 LineUnittest.cpp \
[5f612ee]86 LinkedCellUnitTest.cpp \
[9b6b2f]87 listofbondsunittest.cpp \
88 logunittest.cpp \
[0eb2dc]89 MatrixUnittest.cpp \
[57adc7]90 manipulateAtomsTest.cpp \
91 MoleculeDescriptorTest.cpp \
92 ObserverTest.cpp \
[cb2146]93 ParserUnitTest.cpp \
[4eb4fe]94 periodentafelTest.cpp \
95 PlaneUnittest.cpp \
[997784]96 ShapeUnittest.cpp \
[7ca806]97 SingletonTest.cpp \
[9b6b2f]98 stackclassunittest.cpp \
99 tesselationunittest.cpp \
100 tesselation_boundarytriangleunittest.cpp \
101 tesselation_insideoutsideunittest.cpp \
[57adc7]102 vectorunittest.cpp
[9b6b2f]103
104TESTHEADERS = \
[5f612ee]105 ActOnAllUnitTest.hpp \
106 ActionSequenceTest.hpp \
107 analysisbondsunittest.hpp \
108 AnalysisCorrelationToPointUnitTest.hpp \
109 AnalysisCorrelationToSurfaceUnitTest.hpp \
110 AnalysisPairCorrelationUnitTest.hpp \
111 AtomDescriptorTest.hpp \
112 atomsCalculationTest.hpp \
113 bondgraphunittest.hpp \
[77bc4f]114 BoxUnittest.hpp \
[5f612ee]115 CacheableTest.hpp \
116 CountBondsUnitTest.hpp \
[9f632c]117 FormulaUnittest.hpp \
[5f612ee]118 gslmatrixsymmetricunittest.hpp \
119 gslmatrixunittest.hpp \
120 gslvectorunittest.hpp \
121 infounittest.hpp \
122 linearsystemofequationsunittest.hpp \
[45ef76]123 LineUnittest.hpp \
[5f612ee]124 LinkedCellUnitTest.hpp \
125 listofbondsunittest.hpp \
126 logunittest.hpp \
127 manipulateAtomsTest.hpp \
[0eb2dc]128 MatrixUnittest.hpp \
[5f612ee]129 MoleculeDescriptorTest.hpp \
[4eb4fe]130 periodentafelTest.hpp \
[fa5a6a]131 PlaneUnittest.hpp \
[5f612ee]132 ObserverTest.hpp \
133 SingletonTest.hpp \
134 stackclassunittest.hpp \
135 tesselationunittest.hpp \
136 tesselation_boundarytriangleunittest.hpp \
137 tesselation_insideoutsideunittest.hpp \
138 vectorunittest.hpp
[9fb860]139
[9b6b2f]140
[861874]141ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
[952f38]142ActionSequenceTest_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
[18eecf]143
[9b6b2f]144ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
[4d9c01]145ActOnAllUnitTest_LDADD = ${ALLLIBS}
[c111db]146
[9b6b2f]147AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
[4d9c01]148AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
[96c961]149
[9b6b2f]150AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
[4d9c01]151AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
[c4d4df]152
[9b6b2f]153AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
[4d9c01]154AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
[c4d4df]155
[9b6b2f]156AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
[4d9c01]157AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
[c111db]158
[6e97e5]159atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
160atomsCalculationTest_LDADD = ${ALLLIBS}
161
[18eecf]162AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
163AtomDescriptorTest_LDADD = ${ALLLIBS}
164
[9b6b2f]165BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
[4d9c01]166BondGraphUnitTest_LDADD = ${ALLLIBS}
[46ea3b]167
[77bc4f]168BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
169BoxUnittest_LDADD = ${ALLLIBS}
170
[18eecf]171CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
172CacheableTest_LDADD = ${ALLLIBS}
173
[5f612ee]174CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
175CountBondsUnitTest_LDADD = ${ALLLIBS}
176
[9f632c]177FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
178FormulaUnittest_LDADD = ${ALLLIBS}
179
[9b6b2f]180GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
[57f243]181GSLMatrixSymmetricUnitTest_LDADD = ${ALLLIBS}
[9fb860]182
[9b6b2f]183GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
[57f243]184GSLMatrixUnitTest_LDADD = ${ALLLIBS}
[9fb860]185
[9b6b2f]186GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
[57f243]187GSLVectorUnitTest_LDADD = ${ALLLIBS}
[46ea3b]188
[9b6b2f]189InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
[4d9c01]190InfoUnitTest_LDADD = ${ALLLIBS}
[8725ed]191
[9b6b2f]192LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
[4d9c01]193LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
[8725ed]194
[45ef76]195LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
196LineUnittest_LDADD = ${ALLLIBS}
197
[5f612ee]198LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
199LinkedCellUnitTest_LDADD = ${ALLLIBS}
[46ea3b]200
[9b6b2f]201ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
[4d9c01]202ListOfBondsUnitTest_LDADD = ${ALLLIBS}
[266237]203
[9b6b2f]204LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
[4d9c01]205LogUnitTest_LDADD = ${ALLLIBS}
[7326b2]206
[861874]207manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
[952f38]208manipulateAtomsTest_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
[18eecf]209
[0eb2dc]210MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
211MatrixUnittest_LDADD = ${ALLLIBS}
212
[57adc7]213MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
214MoleculeDescriptorTest_LDADD = ${ALLLIBS}
215
[18eecf]216ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
217ObserverTest_LDADD = ${ALLLIBS}
218
219ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
[952f38]220ParserUnitTest_LDADD = ${ALLLIBS}
[18eecf]221
[4eb4fe]222periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
223periodentafelTest_LDADD = ${ALLLIBS}
224
[fa5a6a]225PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
226PlaneUnittest_LDADD = ${ALLLIBS}
227
[997784]228ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
229ShapeUnittest_LDADD = ${ALLLIBS}
230
[7ca806]231SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
[6d574a]232SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
[7ca806]233
[9b6b2f]234StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
[4d9c01]235StackClassUnitTest_LDADD = ${ALLLIBS}
[d96277]236
[9b6b2f]237TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
[4d9c01]238TesselationUnitTest_LDADD = ${ALLLIBS}
[c15ca2]239
[9b6b2f]240Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
[4d9c01]241Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
[e9c677]242
[9b6b2f]243Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
[4d9c01]244Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
[d96277]245
[861874]246TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
[952f38]247TestRunner_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la$(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
[7a1ce5]248
[18eecf]249VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
250VectorUnitTest_LDADD = ${ALLLIBS}
[7326b2]251
[18eecf]252#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.