- Timestamp:
- Aug 20, 2014, 12:59:14 PM (11 years ago)
- Branches:
- 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
- Children:
- d93b4b3
- Parents:
- 09806a
- git-author:
- Frederik Heber <heber@…> (08/17/14 21:31:27)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 12:59:14)
- Location:
- src
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/unittests/Makefile.am
r09806a re9e86f 25 25 26 26 ACTIONLIBS = \ 27 libUnitTest.la \ 27 28 ../libMolecuilderUI.la 28 29 if CONDJOBMARKET … … 33 34 # note that DummyUI inherits Dialog which depends on boost/file_system ... 34 35 35 ActionRegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\36 ActionRegistryUnitTest_SOURCES = \ 36 37 ../Actions/unittests/ActionRegistryUnitTest.cpp \ 37 38 ../Actions/unittests/ActionRegistryUnitTest.hpp \ … … 40 41 ../Parameters/unittests/stubs/BoxVectorValidatorStub.cpp \ 41 42 ../Parameters/unittests/stubs/TimeStepPresentValidatorStub.cpp 42 ActionRegistryUnitTest_LDADD = ${ACTIONLIBS} 43 ActionRegistryUnitTest_LDADD = ${ACTIONLIBS} \ 44 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) 43 45 44 ActionSequenceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\46 ActionSequenceUnitTest_SOURCES = \ 45 47 ../Actions/unittests/ActionSequenceUnitTest.cpp \ 46 48 ../Actions/unittests/ActionSequenceUnitTest.hpp \ … … 55 57 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) 56 58 57 AtomsCalculationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\59 AtomsCalculationUnitTest_SOURCES = \ 58 60 ../Actions/unittests/AtomsCalculationUnitTest.cpp \ 59 61 ../Actions/unittests/AtomsCalculationUnitTest.hpp 60 62 AtomsCalculationUnitTest_LDADD = ${ACTIONLIBS} 61 63 62 ManipulateAtomsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\64 ManipulateAtomsUnitTest_SOURCES = \ 63 65 ../Actions/unittests/ManipulateAtomsUnitTest.cpp \ 64 66 ../Actions/unittests/ManipulateAtomsUnitTest.hpp \ -
src/Analysis/unittests/Makefile.am
r09806a re9e86f 28 28 29 29 ANALYSISLIBS = \ 30 libUnitTest.la \ 30 31 ../libMolecuilderAnalysis.la \ 31 32 ../libMolecuilderUI.la \ … … 40 41 $(BOOST_LIB) 41 42 42 AnalysisBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\43 AnalysisBondsUnitTest_SOURCES = \ 43 44 ../Analysis/unittests/AnalysisBondsUnitTest.cpp \ 44 45 ../Analysis/unittests/AnalysisBondsUnitTest.hpp 45 46 AnalysisBondsUnitTest_LDADD = ${ANALYSISLIBS} 46 47 47 AnalysisCorrelationToPointUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\48 AnalysisCorrelationToPointUnitTest_SOURCES = \ 48 49 ../Analysis/unittests/AnalysisCorrelationToPointUnitTest.cpp \ 49 50 ../Analysis/unittests/AnalysisCorrelationToPointUnitTest.hpp 50 51 AnalysisCorrelationToPointUnitTest_LDADD = ${ANALYSISLIBS} 51 52 52 AnalysisCorrelationToSurfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\53 AnalysisCorrelationToSurfaceUnitTest_SOURCES = \ 53 54 ../Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp \ 54 55 ../Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.hpp 55 56 AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ANALYSISLIBS} 56 57 57 AnalysisPairCorrelationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\58 AnalysisPairCorrelationUnitTest_SOURCES = \ 58 59 ../Analysis/unittests/AnalysisPairCorrelationUnitTest.cpp \ 59 60 ../Analysis/unittests/AnalysisPairCorrelationUnitTest.hpp 60 61 AnalysisPairCorrelationUnitTest_LDADD = ${ANALYSISLIBS} 61 62 62 CountBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 CountBondsUnitTest_SOURCES = \ 63 64 ../Analysis/unittests/CountBondsUnitTest.cpp \ 64 65 ../Analysis/unittests/CountBondsUnitTest.hpp -
src/Atom/unittests/Makefile.am
r09806a re9e86f 21 21 22 22 ATOMTESTLIBS = \ 23 libUnitTest.la \ 23 24 ../libMolecuilderUI.la 24 25 ATOMTESTLIBS += \ … … 27 28 $(BOOST_LIB) 28 29 29 AtomObserverUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\30 AtomObserverUnitTest_SOURCES = \ 30 31 ../Atom/unittests/AtomObserverUnitTest.cpp \ 31 32 ../Atom/unittests/AtomObserverUnitTest.hpp \ … … 34 35 AtomObserverUnitTest_LDADD = ${ATOMTESTLIBS} 35 36 36 CopyAtomsInterfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 CopyAtomsInterfaceUnitTest_SOURCES = \ 37 38 ../Atom/unittests/CopyAtomsInterfaceUnitTest.cpp \ 38 39 ../Atom/unittests/CopyAtomsInterfaceUnitTest.hpp -
src/Descriptors/unittests/Makefile.am
r09806a re9e86f 19 19 20 20 DESCRIPTORLIBS = \ 21 libUnitTest.la \ 21 22 ../libMolecuilderUI.la 22 23 if CONDJOBMARKET … … 30 31 31 32 32 AtomDescriptorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\33 AtomDescriptorUnitTest_SOURCES = \ 33 34 ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \ 34 35 ../Descriptors/unittests/AtomDescriptorUnitTest.hpp 35 36 AtomDescriptorUnitTest_LDADD = ${DESCRIPTORLIBS} 36 37 37 MoleculeDescriptorTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\38 MoleculeDescriptorTest_SOURCES = \ 38 39 ../Descriptors/unittests/MoleculeDescriptorUnitTest.cpp \ 39 40 ../Descriptors/unittests/MoleculeDescriptorUnitTest.hpp -
src/Element/unittests/Makefile.am
r09806a re9e86f 22 22 23 23 ELEMENTLIBS = \ 24 libUnitTest.la \ 24 25 ../libMolecuilderElement.la \ 25 26 ../libMolecuilderHelpers.la \ 27 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \ 26 28 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \ 27 29 ${CodePatterns_LIBS} 28 30 29 ElementUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\31 ElementUnitTest_SOURCES = \ 30 32 ../Element/unittests/ElementUnitTest.cpp \ 31 33 ../Element/unittests/ElementUnitTest.hpp 32 34 ElementUnitTest_LDADD = $(ELEMENTLIBS) 33 35 34 IonUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\36 IonUnitTest_SOURCES = \ 35 37 ../Element/unittests/IonUnitTest.cpp \ 36 38 ../Element/unittests/IonUnitTest.hpp 37 39 IonUnitTest_LDADD = $(ELEMENTLIBS) 38 40 39 PeriodentafelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\41 PeriodentafelUnitTest_SOURCES = \ 40 42 ../Element/unittests/PeriodentafelUnitTest.cpp \ 41 43 ../Element/unittests/PeriodentafelUnitTest.hpp -
src/Filling/unittests/Makefile.am
r09806a re9e86f 34 34 35 35 FILLINGLIBS = \ 36 libUnitTest.la \ 36 37 ../libMolecuilderFilling.la \ 37 38 ../libMolecuilderUI.la \ … … 46 47 $(BOOST_LIB) 47 48 48 ClusterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\49 ClusterUnitTest_SOURCES = \ 49 50 ../Filling/unittests/ClusterUnitTest.cpp \ 50 51 ../Filling/unittests/ClusterUnitTest.hpp 51 52 ClusterUnitTest_LDADD = $(FILLINGLIBS) 52 53 53 FillerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\54 FillerUnitTest_SOURCES = \ 54 55 ../Filling/unittests/FillerUnitTest.cpp \ 55 56 ../Filling/unittests/FillerUnitTest.hpp 56 57 FillerUnitTest_LDADD = $(FILLINGLIBS) 57 58 58 IsInsideDomain_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\59 IsInsideDomain_FillPredicateUnitTest_SOURCES = \ 59 60 ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.cpp \ 60 61 ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.hpp 61 62 IsInsideDomain_FillPredicateUnitTest_LDADD = $(FILLINGLIBS) 62 63 63 IsInsideSurface_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\64 IsInsideSurface_FillPredicateUnitTest_SOURCES = \ 64 65 ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.cpp \ 65 66 ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.hpp 66 67 IsInsideSurface_FillPredicateUnitTest_LDADD = $(FILLINGLIBS) 67 68 68 IsValidInDomain_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\69 IsValidInDomain_FillPredicateUnitTest_SOURCES = \ 69 70 ../Filling/unittests/IsValidInDomain_FillPredicateUnitTest.cpp \ 70 71 ../Filling/unittests/IsValidInDomain_FillPredicateUnitTest.hpp 71 72 IsValidInDomain_FillPredicateUnitTest_LDADD = $(FILLINGLIBS) 72 73 73 IsVoidNode_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\74 IsVoidNode_FillPredicateUnitTest_SOURCES = \ 74 75 ../Filling/unittests/IsVoidNode_FillPredicateUnitTest.cpp \ 75 76 ../Filling/unittests/IsVoidNode_FillPredicateUnitTest.hpp 76 77 IsVoidNode_FillPredicateUnitTest_LDADD = $(FILLINGLIBS) 77 78 78 Ops_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\79 Ops_FillPredicateUnitTest_SOURCES = \ 79 80 ../Filling/unittests/Ops_FillPredicateUnitTest.cpp \ 80 81 ../Filling/unittests/Ops_FillPredicateUnitTest.hpp -
src/Fragmentation/Exporters/unittests/Makefile.am
r09806a re9e86f 22 22 23 23 FRAGMENTATIONEXPORTERSLIBS = \ 24 libUnitTest.la \ 24 25 ../libMolecuilderFragmentation.la \ 25 26 ${CodePatterns_LIBS} \ 26 27 $(BOOST_LIB) 27 28 28 HydrogenPoolUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\29 HydrogenPoolUnitTest_SOURCES = \ 29 30 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ 30 31 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp … … 33 34 ${FRAGMENTATIONEXPORTERSLIBS} 34 35 35 SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\36 SaturatedFragmentUnitTest_SOURCES = \ 36 37 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ 37 38 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp … … 41 42 ${FRAGMENTATIONEXPORTERSLIBS} 42 43 43 SaturationDistanceMaximizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\44 SaturationDistanceMaximizerUnitTest_SOURCES = \ 44 45 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \ 45 46 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \ -
src/Fragmentation/Homology/unittests/Makefile.am
r09806a re9e86f 25 25 26 26 FRAGMENTATIONHOMOLOGYLIBS = \ 27 libUnitTest.la \ 27 28 ../libMolecuilderFragmentationSetValues.la \ 28 29 ../libMolecuilderFragmentation.la \ … … 33 34 $(BOOST_LIB) 34 35 35 FragmentEdgeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\36 FragmentEdgeUnitTest_SOURCES = \ 36 37 ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.cpp \ 37 38 ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.hpp 38 39 FragmentEdgeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS} 39 40 40 FragmentNodeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\41 FragmentNodeUnitTest_SOURCES = \ 41 42 ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.cpp \ 42 43 ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.hpp 43 44 FragmentNodeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS} 44 45 45 HomologyContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\46 HomologyContainerUnitTest_SOURCES = \ 46 47 ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.cpp \ 47 48 ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.hpp \ … … 54 55 $(BOOST_LIB) 55 56 56 HomologyGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\57 HomologyGraphUnitTest_SOURCES = \ 57 58 ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.cpp \ 58 59 ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.hpp -
src/Fragmentation/Summation/Containers/unittests/Makefile.am
r09806a re9e86f 17 17 18 18 FRAGMENTATIONCONTAINERLIBS = \ 19 libUnitTest.la \ 19 20 ../libMolecuilderFragmentationSummation.la \ 20 21 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \ … … 25 26 MPQCDataUnitTest_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl 26 27 MPQCDataUnitTest_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} 27 MPQCDataUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\28 MPQCDataUnitTest_SOURCES = \ 28 29 ../Fragmentation/Summation/Containers/unittests/MPQCDataUnitTest.cpp \ 29 30 ../Fragmentation/Summation/Containers/unittests/MPQCDataUnitTest.hpp -
src/Fragmentation/Summation/SetValues/unittests/Makefile.am
r09806a re9e86f 31 31 32 32 FRAGMENTATIONSETVALUESLIBS = \ 33 libUnitTest.la \ 33 34 ../libMolecuilderFragmentationSetValues.la \ 34 35 ${CodePatterns_LIBS} \ 35 36 $(BOOST_LIB) 36 37 37 EigenvaluesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\38 EigenvaluesUnitTest_SOURCES = \ 38 39 ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.cpp \ 39 40 ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.hpp … … 42 43 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) 43 44 44 FragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\45 FragmentUnitTest_SOURCES = \ 45 46 ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.cpp \ 46 47 ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.hpp … … 49 50 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) 50 51 51 HistogramUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\52 HistogramUnitTest_SOURCES = \ 52 53 ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.cpp \ 53 54 ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.hpp 54 55 HistogramUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 55 56 56 IndexedVectorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\57 IndexedVectorsUnitTest_SOURCES = \ 57 58 ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.cpp \ 58 59 ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.hpp 59 60 IndexedVectorsUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 60 61 61 SamplingGridPropertiesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\62 SamplingGridPropertiesUnitTest_SOURCES = \ 62 63 ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.cpp \ 63 64 ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.hpp 64 65 SamplingGridPropertiesUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 65 66 66 SamplingGridUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\67 SamplingGridUnitTest_SOURCES = \ 67 68 ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.cpp \ 68 69 ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.hpp -
src/Fragmentation/Summation/unittests/Makefile.am
r09806a re9e86f 34 34 35 35 FRAGMENTATIONSUMMATIONLIBS = \ 36 libUnitTest.la \ 36 37 ../libMolecuilderFragmentationSummation.la \ 37 38 ${CodePatterns_LIBS} \ … … 39 40 40 41 41 IndexSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\42 IndexSetUnitTest_SOURCES = \ 42 43 ../Fragmentation/Summation/unittests/IndexSetUnitTest.cpp \ 43 44 ../Fragmentation/Summation/unittests/IndexSetUnitTest.hpp 44 45 IndexSetUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 45 46 46 IndexSetContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\47 IndexSetContainerUnitTest_SOURCES = \ 47 48 ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.cpp \ 48 49 ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.hpp … … 53 54 ${FRAGMENTATIONSUMMATIONLIBS} 54 55 55 OrthogonalSummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\56 OrthogonalSummationUnitTest_SOURCES = \ 56 57 ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp \ 57 58 ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.hpp \ … … 60 61 OrthogonalSummationUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 61 62 62 SetValueUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 SetValueUnitTest_SOURCES = \ 63 64 ../Fragmentation/Summation/unittests/SetValueUnitTest.cpp \ 64 65 ../Fragmentation/Summation/unittests/SetValueUnitTest.hpp \ … … 67 68 SetValueUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 68 69 69 SetValueMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\70 SetValueMapUnitTest_SOURCES = \ 70 71 ../Fragmentation/Summation/unittests/SetValueMapUnitTest.cpp \ 71 72 ../Fragmentation/Summation/unittests/SetValueMapUnitTest.hpp 72 73 SetValueMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 73 74 74 SubsetMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\75 SubsetMapUnitTest_SOURCES = \ 75 76 ../Fragmentation/Summation/unittests/SubsetMapUnitTest.cpp \ 76 77 ../Fragmentation/Summation/unittests/SubsetMapUnitTest.hpp 77 78 SubsetMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 78 79 79 SummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\80 SummationUnitTest_SOURCES = \ 80 81 ../Fragmentation/Summation/unittests/SummationUnitTest.cpp \ 81 82 ../Fragmentation/Summation/unittests/SummationUnitTest.hpp \ -
src/Fragmentation/unittests/Makefile.am
r09806a re9e86f 19 19 20 20 FRAGMENTATIONLIBS = \ 21 libUnitTest.la \ 21 22 ../libMolecuilderFragmentation.la \ 22 23 ../libMolecuilderFragmentation_KeysetsContainer.la \ … … 26 27 27 28 28 KeySetsContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\29 KeySetsContainerUnitTest_SOURCES = \ 29 30 ../Fragmentation/unittests/KeySetsContainerUnitTest.cpp \ 30 31 ../Fragmentation/unittests/KeySetsContainerUnitTest.hpp 31 32 KeySetsContainerUnitTest_LDADD = ${FRAGMENTATIONLIBS} 32 33 33 MatrixContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\34 MatrixContainerUnitTest_SOURCES = \ 34 35 ../Fragmentation/unittests/MatrixContainerUnitTest.cpp \ 35 36 ../Fragmentation/unittests/MatrixContainerUnitTest.hpp -
src/FunctionApproximation/unittests/Makefile.am
r09806a re9e86f 19 19 20 20 FUNCTIONAPPROXIMATIONLIBS = \ 21 libUnitTest.la \ 21 22 ../libMolecuilderFunctionApproximation.la \ 22 23 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ … … 25 26 $(BOOST_LIB) 26 27 27 ExtractorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\28 ExtractorsUnitTest_SOURCES = \ 28 29 ../FunctionApproximation/unittests/ExtractorsUnitTest.cpp \ 29 30 ../FunctionApproximation/unittests/ExtractorsUnitTest.hpp … … 32 33 ${FUNCTIONAPPROXIMATIONLIBS} 33 34 34 FunctionArgumentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\35 FunctionArgumentUnitTest_SOURCES = \ 35 36 ../FunctionApproximation/unittests/FunctionArgumentUnitTest.cpp \ 36 37 ../FunctionApproximation/unittests/FunctionArgumentUnitTest.hpp -
src/Graph/unittests/Makefile.am
r09806a re9e86f 20 20 21 21 GRAPHLIBS = \ 22 libUnitTest.la \ 22 23 ../libMolecuilderUI.la \ 23 24 ../libMolecuilderGraph.la … … 32 33 33 34 34 AdjacencyListUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\35 AdjacencyListUnitTest_SOURCES = \ 35 36 ../Graph/unittests/AdjacencyListUnitTest.cpp \ 36 37 ../Graph/unittests/AdjacencyListUnitTest.hpp 37 38 AdjacencyListUnitTest_LDADD = ${ALLLIBS} 38 39 39 BondGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\40 BondGraphUnitTest_SOURCES = \ 40 41 ../Graph/unittests/BondGraphUnitTest.cpp \ 41 42 ../Graph/unittests/BondGraphUnitTest.hpp -
src/Jobs/unittests/Makefile.am
r09806a re9e86f 17 17 18 18 JOBSLIBS = \ 19 libUnitTest.la \ 19 20 ../libMolecuilderJobs.la \ 20 21 ../libMolecuilderFragmentationContainers.la \ … … 28 29 MPQCCommandJobUnitTest_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl 29 30 MPQCCommandJobUnitTest_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS} 30 MPQCCommandJobUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\31 MPQCCommandJobUnitTest_SOURCES = \ 31 32 ../Jobs/unittests/MPQCCommandJobUnitTest.cpp \ 32 33 ../Jobs/unittests/MPQCCommandJobUnitTest.hpp -
src/LinkedCell/unittests/Makefile.am
r09806a re9e86f 29 29 30 30 LINKEDCELLLIBS = \ 31 libUnitTest.la \ 31 32 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 32 33 ${CodePatterns_LIBS} \ 33 34 $(BOOST_LIB) 34 35 35 linkedcellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\36 linkedcellUnitTest_SOURCES = \ 36 37 ../LinkedCell/unittests/linkedcellUnitTest.cpp \ 37 38 ../LinkedCell/unittests/linkedcellUnitTest.hpp … … 46 47 $(LINKEDCELLLIBS) 47 48 48 LinkedCellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\49 LinkedCellUnitTest_SOURCES = \ 49 50 ../LinkedCell/unittests/LinkedCellUnitTest.cpp \ 50 51 ../LinkedCell/unittests/LinkedCellUnitTest.hpp \ … … 54 55 $(LINKEDCELLLIBS) 55 56 56 LinkedCell_ControllerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\57 LinkedCell_ControllerUnitTest_SOURCES = \ 57 58 ../LinkedCell/unittests/LinkedCell_ControllerUnitTest.cpp \ 58 59 ../LinkedCell/unittests/LinkedCell_ControllerUnitTest.hpp \ … … 71 72 $(LINKEDCELLLIBS) 72 73 73 LinkedCell_ModelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\74 LinkedCell_ModelUnitTest_SOURCES = \ 74 75 ../LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp \ 75 76 ../LinkedCell/unittests/LinkedCell_ModelUnitTest.hpp \ … … 85 86 $(LINKEDCELLLIBS) 86 87 87 LinkedCell_ViewUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\88 LinkedCell_ViewUnitTest_SOURCES = \ 88 89 ../LinkedCell/unittests/LinkedCell_ViewUnitTest.cpp \ 89 90 ../LinkedCell/unittests/LinkedCell_ViewUnitTest.hpp \ -
src/Parameters/unittests/Makefile.am
r09806a re9e86f 29 29 30 30 PARAMETERSLIBS = \ 31 libUnitTest.la \ 31 32 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 32 33 ${CodePatterns_LIBS} \ … … 34 35 35 36 36 ContinuousValueTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 ContinuousValueTest_SOURCES = \ 37 38 ../Parameters/unittests/ContinuousValueTest.cpp \ 38 39 ../Parameters/unittests/ContinuousValueTest.hpp \ … … 47 48 $(PARAMETERSLIBS) 48 49 49 ContinuousParameterTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\50 ContinuousParameterTest_SOURCES = \ 50 51 ../Parameters/unittests/ContinuousParameterTest.cpp \ 51 52 ../Parameters/unittests/ContinuousParameterTest.hpp \ … … 60 61 $(PARAMETERSLIBS) 61 62 62 DiscreteValueTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 DiscreteValueTest_SOURCES = \ 63 64 ../Parameters/unittests/DiscreteValueTest.cpp \ 64 65 ../Parameters/unittests/DiscreteValueTest.hpp \ … … 74 75 $(PARAMETERSLIBS) 75 76 76 DiscreteParameterTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\77 DiscreteParameterTest_SOURCES = \ 77 78 ../Parameters/unittests/DiscreteParameterTest.cpp \ 78 79 ../Parameters/unittests/DiscreteParameterTest.hpp \ … … 90 91 $(PARAMETERSLIBS) 91 92 92 Ops_ValidatorTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\93 Ops_ValidatorTest_SOURCES = \ 93 94 ../Parameters/unittests/Ops_ValidatorTest.cpp \ 94 95 ../Parameters/unittests/Ops_ValidatorTest.hpp \ -
src/Parser/Parameters/unittests/Makefile.am
r09806a re9e86f 20 20 21 21 PARSERPARAMETERSLIBS = \ 22 libUnitTest.la \ 22 23 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 23 24 ${CodePatterns_LIBS} \ … … 25 26 26 27 27 ParameterStorageUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\28 ParameterStorageUnitTest_SOURCES = \ 28 29 ../Parser/Parameters/unittests/ParameterStorageUnitTest.cpp \ 29 30 ../Parser/Parameters/unittests/ParameterStorageUnitTest.hpp \ … … 41 42 $(PARSERPARAMETERSLIBS) 42 43 43 StringParameterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\44 StringParameterUnitTest_SOURCES = \ 44 45 ../Parser/Parameters/unittests/StringParameterUnitTest.cpp \ 45 46 ../Parser/Parameters/unittests/StringParameterUnitTest.hpp \ -
src/Parser/unittests/Makefile.am
r09806a re9e86f 39 39 40 40 PARSERLIBS = \ 41 libUnitTest.la \ 41 42 ../libMolecuilderUI.la 42 43 if CONDJOBMARKET … … 50 51 51 52 52 ParserMpqcUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\53 ParserMpqcUnitTest_SOURCES = \ 53 54 ../Parser/unittests/ParserMpqcUnitTest.cpp \ 54 55 ../Parser/unittests/ParserMpqcUnitTest.hpp 55 56 ParserMpqcUnitTest_LDADD = ${PARSERLIBS} 56 57 57 ParserPcpUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\58 ParserPcpUnitTest_SOURCES = \ 58 59 ../Parser/unittests/ParserPcpUnitTest.cpp \ 59 60 ../Parser/unittests/ParserPcpUnitTest.hpp 60 61 ParserPcpUnitTest_LDADD = ${PARSERLIBS} 61 62 62 ParserPdbUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 ParserPdbUnitTest_SOURCES = \ 63 64 ../Parser/unittests/ParserPdbUnitTest.cpp \ 64 65 ../Parser/unittests/ParserPdbUnitTest.hpp 65 66 ParserPdbUnitTest_LDADD = ${PARSERLIBS} 66 67 67 ParserPsi3UnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\68 ParserPsi3UnitTest_SOURCES = \ 68 69 ../Parser/unittests/ParserPsi3UnitTest.cpp \ 69 70 ../Parser/unittests/ParserPsi3UnitTest.hpp 70 71 ParserPsi3UnitTest_LDADD = ${PARSERLIBS} 71 72 72 ParserTremoloUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\73 ParserTremoloUnitTest_SOURCES = \ 73 74 ../Parser/unittests/ParserTremoloUnitTest.cpp \ 74 75 ../Parser/unittests/ParserTremoloUnitTest.hpp 75 76 ParserTremoloUnitTest_LDADD = ${PARSERLIBS} 76 77 77 ParserTremolo_ElementKeysUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\78 ParserTremolo_ElementKeysUnitTest_SOURCES = \ 78 79 ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.cpp \ 79 80 ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.hpp 80 81 ParserTremolo_ElementKeysUnitTest_LDADD = ${PARSERLIBS} 81 82 82 ParserXmlUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\83 ParserXmlUnitTest_SOURCES = \ 83 84 ../Parser/unittests/ParserXmlUnitTest.cpp \ 84 85 ../Parser/unittests/ParserXmlUnitTest.hpp 85 86 ParserXmlUnitTest_LDADD = ${PARSERLIBS} 86 87 87 ParserXyzUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\88 ParserXyzUnitTest_SOURCES = \ 88 89 ../Parser/unittests/ParserXyzUnitTest.cpp \ 89 90 ../Parser/unittests/ParserXyzUnitTest.hpp -
src/Potentials/Specifics/unittests/Makefile.am
r09806a re9e86f 37 37 38 38 POTENTIALSSPECIFICSLIBS = \ 39 libUnitTest.la \ 39 40 ../libMolecuilderPotentials.la \ 40 41 ../libMolecuilderFragmentation.la \ … … 48 49 $(BOOST_LIB) 49 50 50 ConstantPotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\51 ConstantPotentialUnitTest_SOURCES = \ 51 52 ../Potentials/Specifics/unittests/ConstantPotentialUnitTest.cpp \ 52 53 ../Potentials/Specifics/unittests/ConstantPotentialUnitTest.hpp 53 54 ConstantPotentialUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 54 55 55 FourBodyPotential_ImproperUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\56 FourBodyPotential_ImproperUnitTest_SOURCES = \ 56 57 ../Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.cpp \ 57 58 ../Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.hpp 58 59 FourBodyPotential_ImproperUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 59 60 60 FourBodyPotential_TorsionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\61 FourBodyPotential_TorsionUnitTest_SOURCES = \ 61 62 ../Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.cpp \ 62 63 ../Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.hpp 63 64 FourBodyPotential_TorsionUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 64 65 65 ManyBodyPotential_TersoffUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\66 ManyBodyPotential_TersoffUnitTest_SOURCES = \ 66 67 ../Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.cpp \ 67 68 ../Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.hpp 68 69 ManyBodyPotential_TersoffUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 69 70 70 PairPotential_HarmonicUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\71 PairPotential_HarmonicUnitTest_SOURCES = \ 71 72 ../Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.cpp \ 72 73 ../Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.hpp 73 74 PairPotential_HarmonicUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 74 75 75 PairPotential_LennardJonesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\76 PairPotential_LennardJonesUnitTest_SOURCES = \ 76 77 ../Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.cpp \ 77 78 ../Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.hpp 78 79 PairPotential_LennardJonesUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 79 80 80 PairPotential_MorseUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\81 PairPotential_MorseUnitTest_SOURCES = \ 81 82 ../Potentials/Specifics/unittests/PairPotential_MorseUnitTest.cpp \ 82 83 ../Potentials/Specifics/unittests/PairPotential_MorseUnitTest.hpp 83 84 PairPotential_MorseUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS} 84 85 85 ThreeBodyPotential_AngleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\86 ThreeBodyPotential_AngleUnitTest_SOURCES = \ 86 87 ../Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.cpp \ 87 88 ../Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.hpp -
src/Potentials/unittests/Makefile.am
r09806a re9e86f 22 22 23 23 POTENTIALSLIBS = \ 24 libUnitTest.la \ 24 25 ../libMolecuilderPotentials.la \ 25 26 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ … … 28 29 $(BOOST_LIB) 29 30 30 CompoundPotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\31 CompoundPotentialUnitTest_SOURCES = \ 31 32 ../Potentials/unittests/CompoundPotentialUnitTest.cpp \ 32 33 ../Potentials/unittests/CompoundPotentialUnitTest.hpp 33 34 CompoundPotentialUnitTest_LDADD = \ 35 libUnitTest.la \ 34 36 ../libMolecuilderPotentials.la \ 35 37 ../libMolecuilderFragmentation.la \ … … 43 45 $(BOOST_LIB) 44 46 45 PartialNucleiChargeFitterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\47 PartialNucleiChargeFitterUnitTest_SOURCES = \ 46 48 ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.cpp \ 47 49 ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.hpp … … 50 52 ${POTENTIALSLIBS} 51 53 52 SerializablePotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\54 SerializablePotentialUnitTest_SOURCES = \ 53 55 ../Potentials/unittests/SerializablePotentialUnitTest.cpp \ 54 56 ../Potentials/unittests/SerializablePotentialUnitTest.hpp \ -
src/RandomNumbers/unittests/Makefile.am
r09806a re9e86f 28 28 29 29 RANDOMNUMBERLIBS = \ 30 libUnitTest.la \ 30 31 ../libMolecuilderRandomNumbers.la \ 31 32 ${CodePatterns_LIBS} \ 32 33 $(BOOST_LIB) 33 34 34 RandomNumberDistributionFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\35 RandomNumberDistributionFactoryUnitTest_SOURCES = \ 35 36 ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.cpp \ 36 37 ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.hpp 37 38 RandomNumberDistributionFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} 38 39 39 RandomNumberEngineFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\40 RandomNumberEngineFactoryUnitTest_SOURCES = \ 40 41 ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.cpp \ 41 42 ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.hpp 42 43 RandomNumberEngineFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} 43 44 44 RandomNumberGeneratorFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\45 RandomNumberGeneratorFactoryUnitTest_SOURCES = \ 45 46 ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.cpp \ 46 47 ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.hpp 47 48 RandomNumberGeneratorFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} 48 49 49 RandomNumberGeneratorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\50 RandomNumberGeneratorUnitTest_SOURCES = \ 50 51 ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.cpp \ 51 52 ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.hpp -
src/Shapes/unittests/Makefile.am
r09806a re9e86f 29 29 30 30 SHAPELIBS = \ 31 libUnitTest.la \ 31 32 ../libMolecuilderShapes.la \ 32 33 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ … … 34 35 # $(BOOST_LIB) 35 36 36 BaseShapesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 BaseShapesUnitTest_SOURCES = \ 37 38 ../Shapes/unittests/BaseShapesUnitTest.cpp \ 38 39 ../Shapes/unittests/BaseShapesUnitTest.hpp \ … … 44 45 BaseShapesUnitTest_LDADD = $(SHAPELIBS) 45 46 46 ShapeFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\47 ShapeFactoryUnitTest_SOURCES = \ 47 48 ../Shapes/unittests/ShapeFactoryUnitTest.cpp \ 48 49 ../Shapes/unittests/ShapeFactoryUnitTest.hpp \ … … 60 61 $(SHAPELIBS) 61 62 62 ShapeOpsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 ShapeOpsUnitTest_SOURCES = \ 63 64 ../Shapes/unittests/ShapeOpsUnitTest.cpp \ 64 65 ../Shapes/unittests/ShapeOpsUnitTest.hpp \ … … 70 71 ShapeOpsUnitTest_LDADD = $(SHAPELIBS) 71 72 72 ShapeRegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\73 ShapeRegistryUnitTest_SOURCES = \ 73 74 ../Shapes/unittests/ShapeRegistryUnitTest.cpp \ 74 75 ../Shapes/unittests/ShapeRegistryUnitTest.hpp \ … … 80 81 ShapeRegistryUnitTest_LDADD = $(SHAPELIBS) 81 82 82 Shape_HomogeneousPointsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\83 Shape_HomogeneousPointsUnitTest_SOURCES = \ 83 84 ../Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp \ 84 85 ../Shapes/unittests/Shape_HomogeneousPointsUnitTest.hpp \ -
src/Tesselation/unittests/Makefile.am
r09806a re9e86f 22 22 23 23 TESSELATIONLIBS = \ 24 libUnitTest.la \ 24 25 ../libMolecuilderUI.la \ 25 26 ../libMolecuilder.la … … 34 35 35 36 36 TesselationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 TesselationUnitTest_SOURCES = \ 37 38 ../Tesselation/unittests/TesselationUnitTest.cpp \ 38 39 ../Tesselation/unittests/TesselationUnitTest.hpp 39 40 TesselationUnitTest_LDADD = ${TESSELATIONLIBS} 40 41 41 Tesselation_BoundaryTriangleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\42 Tesselation_BoundaryTriangleUnitTest_SOURCES = \ 42 43 ../Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.cpp \ 43 44 ../Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.hpp 44 45 Tesselation_BoundaryTriangleUnitTest_LDADD = ${TESSELATIONLIBS} 45 46 46 Tesselation_InOutsideUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\47 Tesselation_InOutsideUnitTest_SOURCES = \ 47 48 ../Tesselation/unittests/Tesselation_InsideOutsideUnitTest.cpp \ 48 49 ../Tesselation/unittests/Tesselation_InsideOutsideUnitTest.hpp -
src/UIElements/CommandLineUI/unittests/Makefile.am
r09806a re9e86f 15 15 noinst_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) 16 16 17 CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\17 CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = \ 18 18 ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp \ 19 19 ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp 20 20 CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD = \ 21 libUnitTest.la \ 21 22 ../libMolecuilderUI.la 22 23 if CONDJOBMARKET -
src/UIElements/Menu/unittests/Makefile.am
r09806a re9e86f 19 19 20 20 MENULIBS = \ 21 libUnitTest.la \ 21 22 ../libMolecuilderUI.la 22 23 if CONDJOBMARKET … … 29 30 $(BOOST_LIB) 30 31 31 MenuDescriptionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\32 MenuDescriptionUnitTest_SOURCES = \ 32 33 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \ 33 34 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \ … … 37 38 MenuDescriptionUnitTest_LDADD = $(MENULIBS) 38 39 39 MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\40 MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES = \ 40 41 ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp \ 41 42 ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp -
src/unittests/Makefile.am
r09806a re9e86f 7 7 XFAIL_TESTS = 8 8 MOSTLYCLEANFILES = 9 noinst_LTLIBRARIES = 10 11 #AUTOMAKE_OPTIONS = no-dependencies 9 12 10 13 if CONDCPPUNIT … … 66 69 endif 67 70 71 noinst_LTLIBRARIES += libUnitTest.la 72 libUnitTest_la_LDFLAGS = \ 73 $(AM_LDFLAGS) 74 libUnitTest_la_LIBADD = 75 76 #nobase_libUnitTest_la_include_HEADERS = 77 78 ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la" 79 ## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and 80 ## will therefore be treated as if it were literally part of the target name, 81 ## and the variable name derived from that. 82 ## The file extension .cc is recognized by Automake, and makes it produce 83 ## rules which invoke the C++ compiler to produce a libtool object file (.lo) 84 ## from each source file. Note that it is not necessary to list header files 85 ## which are already listed elsewhere in a _HEADERS variable assignment. 86 libUnitTest_la_SOURCES = UnitTestMain.cpp 87 88 ## Instruct libtool to include ABI version information in the generated shared 89 ## library file (.so). The library ABI version is defined in configure.ac, so 90 ## that all version information is kept in one place. 91 #libUnitTest_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION) 92 93 ## The generated configuration header is installed in its own subdirectory of 94 ## $(libdir). The reason for this is that the configuration information put 95 ## into this header file describes the target platform the installed library 96 ## has been built for. Thus the file must not be installed into a location 97 ## intended for architecture-independent files, as defined by the Filesystem 98 ## Hierarchy Standard (FHS). 99 ## The nodist_ prefix instructs Automake to not generate rules for including 100 ## the listed files in the distribution on 'make dist'. Files that are listed 101 ## in _HEADERS variables are normally included in the distribution, but the 102 ## configuration header file is generated at configure time and should not be 103 ## shipped with the source tarball. 104 #libUnitTest_la_libincludedir = $(libdir)/MoleCuilder/include 105 #nodist_libUnitTest_la_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h 106 107 ## Install the generated pkg-config file (.pc) into the expected location for 108 ## architecture-dependent package configuration information. Occasionally, 109 ## pkg-config files are also used for architecture-independent data packages, 110 ## in which case the correct install location would be $(datadir)/pkgconfig. 111 #pkgconfigdir = $(libdir)/pkgconfig 112 #pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc 113 68 114 69 115 BOOST_LIB = \ … … 81 127 82 128 ALLLIBS = \ 129 libUnitTest.la \ 83 130 ../libMolecuilderUI.la 84 131 if CONDJOBMARKET … … 144 191 145 192 146 BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\193 BoxUnitTest_SOURCES = \ 147 194 BoxUnitTest.cpp \ 148 195 BoxUnitTest.hpp \ … … 152 199 ../Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp 153 200 BoxUnitTest_LDADD = \ 201 libUnitTest.la \ 154 202 ../libMolecuilder.la \ 155 203 ../libMolecuilderShapes.la \ … … 159 207 $(BOOST_LIB) 160 208 161 AtomIdSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\209 AtomIdSetUnitTest_SOURCES = \ 162 210 AtomIdSetUnitTest.cpp \ 163 211 AtomIdSetUnitTest.hpp 164 212 AtomIdSetUnitTest_LDADD = $(ALLLIBS) 165 213 166 Box_BoundaryConditionsTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\214 Box_BoundaryConditionsTest_SOURCES = \ 167 215 Box_BoundaryConditionsUnitTest.cpp \ 168 216 Box_BoundaryConditionsUnitTest.hpp \ … … 170 218 ../Box_BoundaryConditions.hpp 171 219 Box_BoundaryConditionsTest_LDADD = \ 172 ${CodePatterns_LIBS} \ 173 $(BOOST_LIB) 174 175 FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 220 libUnitTest.la \ 221 ${CodePatterns_LIBS} \ 222 $(BOOST_LIB) 223 224 FormulaUnittest_SOURCES = \ 176 225 FormulaUnitTest.cpp \ 177 226 FormulaUnitTest.hpp 178 227 FormulaUnittest_LDADD = $(ALLLIBS) 179 228 180 ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\229 ListOfBondsUnitTest_SOURCES = \ 181 230 ListOfBondsUnitTest.cpp \ 182 231 ListOfBondsUnitTest.hpp 183 232 ListOfBondsUnitTest_LDADD = $(ALLLIBS) 184 233 185 MoleculeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\234 MoleculeUnitTest_SOURCES = \ 186 235 MoleculeUnitTest.cpp \ 187 236 MoleculeUnitTest.hpp … … 191 240 ../libMolecuilderHelpers.la 192 241 193 WorldTimeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\242 WorldTimeUnitTest_SOURCES = \ 194 243 WorldTimeUnitTest.cpp \ 195 244 WorldTimeUnitTest.hpp \ 196 245 ../WorldTime.cpp \ 197 246 ../WorldTime.hpp 198 WorldTimeUnitTest_LDADD = ${BOOST_LIB} 247 WorldTimeUnitTest_LDADD = \ 248 libUnitTest.la \ 249 ${BOOST_LIB} 199 250 200 251
Note:
See TracChangeset
for help on using the changeset viewer.