Changeset e9e86f for src


Ignore:
Timestamp:
Aug 20, 2014, 12:59:14 PM (11 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

FIX: UnitTestMain placed into convenience libUnitTest.

  • removed UnitTestMain.cpp from all .._SOURCES (except LinearAlgebra).
  • this is due to subdir-objects: we cannot use absolute paths anymore. automake tries to place .deps folder in the respective source path. Wrapping it up in a library removes this.
Location:
src
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/unittests/Makefile.am

    r09806a re9e86f  
    2525
    2626ACTIONLIBS = \
     27        libUnitTest.la \
    2728        ../libMolecuilderUI.la
    2829if CONDJOBMARKET
     
    3334# note that DummyUI inherits Dialog which depends on boost/file_system ...
    3435
    35 ActionRegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     36ActionRegistryUnitTest_SOURCES = \
    3637        ../Actions/unittests/ActionRegistryUnitTest.cpp \
    3738        ../Actions/unittests/ActionRegistryUnitTest.hpp \
     
    4041        ../Parameters/unittests/stubs/BoxVectorValidatorStub.cpp \
    4142        ../Parameters/unittests/stubs/TimeStepPresentValidatorStub.cpp
    42 ActionRegistryUnitTest_LDADD = ${ACTIONLIBS}
     43ActionRegistryUnitTest_LDADD = ${ACTIONLIBS} \
     44        $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS)
    4345
    44 ActionSequenceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     46ActionSequenceUnitTest_SOURCES = \
    4547        ../Actions/unittests/ActionSequenceUnitTest.cpp \
    4648        ../Actions/unittests/ActionSequenceUnitTest.hpp \
     
    5557        $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS)
    5658
    57 AtomsCalculationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     59AtomsCalculationUnitTest_SOURCES = \
    5860        ../Actions/unittests/AtomsCalculationUnitTest.cpp \
    5961        ../Actions/unittests/AtomsCalculationUnitTest.hpp
    6062AtomsCalculationUnitTest_LDADD = ${ACTIONLIBS}
    6163
    62 ManipulateAtomsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     64ManipulateAtomsUnitTest_SOURCES = \
    6365        ../Actions/unittests/ManipulateAtomsUnitTest.cpp \
    6466        ../Actions/unittests/ManipulateAtomsUnitTest.hpp \
  • src/Analysis/unittests/Makefile.am

    r09806a re9e86f  
    2828
    2929ANALYSISLIBS = \
     30        libUnitTest.la \
    3031        ../libMolecuilderAnalysis.la \
    3132        ../libMolecuilderUI.la \
     
    4041        $(BOOST_LIB)
    4142
    42 AnalysisBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     43AnalysisBondsUnitTest_SOURCES = \
    4344        ../Analysis/unittests/AnalysisBondsUnitTest.cpp \
    4445        ../Analysis/unittests/AnalysisBondsUnitTest.hpp
    4546AnalysisBondsUnitTest_LDADD = ${ANALYSISLIBS}
    4647
    47 AnalysisCorrelationToPointUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     48AnalysisCorrelationToPointUnitTest_SOURCES = \
    4849        ../Analysis/unittests/AnalysisCorrelationToPointUnitTest.cpp \
    4950        ../Analysis/unittests/AnalysisCorrelationToPointUnitTest.hpp
    5051AnalysisCorrelationToPointUnitTest_LDADD = ${ANALYSISLIBS}
    5152
    52 AnalysisCorrelationToSurfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     53AnalysisCorrelationToSurfaceUnitTest_SOURCES = \
    5354        ../Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp \
    5455        ../Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.hpp
    5556AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ANALYSISLIBS}
    5657
    57 AnalysisPairCorrelationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     58AnalysisPairCorrelationUnitTest_SOURCES = \
    5859        ../Analysis/unittests/AnalysisPairCorrelationUnitTest.cpp \
    5960        ../Analysis/unittests/AnalysisPairCorrelationUnitTest.hpp
    6061AnalysisPairCorrelationUnitTest_LDADD = ${ANALYSISLIBS}
    6162
    62 CountBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63CountBondsUnitTest_SOURCES = \
    6364        ../Analysis/unittests/CountBondsUnitTest.cpp \
    6465        ../Analysis/unittests/CountBondsUnitTest.hpp
  • src/Atom/unittests/Makefile.am

    r09806a re9e86f  
    2121
    2222ATOMTESTLIBS = \
     23        libUnitTest.la \
    2324        ../libMolecuilderUI.la
    2425ATOMTESTLIBS += \
     
    2728        $(BOOST_LIB)
    2829
    29 AtomObserverUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     30AtomObserverUnitTest_SOURCES = \
    3031        ../Atom/unittests/AtomObserverUnitTest.cpp \
    3132        ../Atom/unittests/AtomObserverUnitTest.hpp \
     
    3435AtomObserverUnitTest_LDADD = ${ATOMTESTLIBS}
    3536
    36 CopyAtomsInterfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37CopyAtomsInterfaceUnitTest_SOURCES = \
    3738        ../Atom/unittests/CopyAtomsInterfaceUnitTest.cpp \
    3839        ../Atom/unittests/CopyAtomsInterfaceUnitTest.hpp
  • src/Descriptors/unittests/Makefile.am

    r09806a re9e86f  
    1919
    2020DESCRIPTORLIBS = \
     21        libUnitTest.la \
    2122        ../libMolecuilderUI.la
    2223if CONDJOBMARKET
     
    3031
    3132
    32 AtomDescriptorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     33AtomDescriptorUnitTest_SOURCES = \
    3334        ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \
    3435        ../Descriptors/unittests/AtomDescriptorUnitTest.hpp
    3536AtomDescriptorUnitTest_LDADD = ${DESCRIPTORLIBS}
    3637
    37 MoleculeDescriptorTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     38MoleculeDescriptorTest_SOURCES = \
    3839        ../Descriptors/unittests/MoleculeDescriptorUnitTest.cpp \
    3940        ../Descriptors/unittests/MoleculeDescriptorUnitTest.hpp
  • src/Element/unittests/Makefile.am

    r09806a re9e86f  
    2222
    2323ELEMENTLIBS = \
     24        libUnitTest.la \
    2425        ../libMolecuilderElement.la \
    2526        ../libMolecuilderHelpers.la \
     27        $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
    2628        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
    2729        ${CodePatterns_LIBS}
    2830
    29 ElementUnitTest_SOURCES =   $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     31ElementUnitTest_SOURCES = \
    3032  ../Element/unittests/ElementUnitTest.cpp \
    3133  ../Element/unittests/ElementUnitTest.hpp
    3234ElementUnitTest_LDADD = $(ELEMENTLIBS)
    3335
    34 IonUnitTest_SOURCES =   $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     36IonUnitTest_SOURCES = \
    3537  ../Element/unittests/IonUnitTest.cpp \
    3638  ../Element/unittests/IonUnitTest.hpp
    3739IonUnitTest_LDADD = $(ELEMENTLIBS)
    3840
    39 PeriodentafelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     41PeriodentafelUnitTest_SOURCES = \
    4042        ../Element/unittests/PeriodentafelUnitTest.cpp \
    4143        ../Element/unittests/PeriodentafelUnitTest.hpp
  • src/Filling/unittests/Makefile.am

    r09806a re9e86f  
    3434
    3535FILLINGLIBS = \
     36        libUnitTest.la \
    3637        ../libMolecuilderFilling.la \
    3738        ../libMolecuilderUI.la \
     
    4647        $(BOOST_LIB)
    4748
    48 ClusterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     49ClusterUnitTest_SOURCES = \
    4950        ../Filling/unittests/ClusterUnitTest.cpp \
    5051        ../Filling/unittests/ClusterUnitTest.hpp
    5152ClusterUnitTest_LDADD = $(FILLINGLIBS)
    5253
    53 FillerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     54FillerUnitTest_SOURCES = \
    5455        ../Filling/unittests/FillerUnitTest.cpp \
    5556        ../Filling/unittests/FillerUnitTest.hpp
    5657FillerUnitTest_LDADD = $(FILLINGLIBS)
    5758
    58 IsInsideDomain_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     59IsInsideDomain_FillPredicateUnitTest_SOURCES = \
    5960        ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.cpp \
    6061        ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.hpp
    6162IsInsideDomain_FillPredicateUnitTest_LDADD = $(FILLINGLIBS)
    6263
    63 IsInsideSurface_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     64IsInsideSurface_FillPredicateUnitTest_SOURCES = \
    6465        ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.cpp \
    6566        ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.hpp
    6667IsInsideSurface_FillPredicateUnitTest_LDADD = $(FILLINGLIBS)
    6768
    68 IsValidInDomain_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     69IsValidInDomain_FillPredicateUnitTest_SOURCES = \
    6970        ../Filling/unittests/IsValidInDomain_FillPredicateUnitTest.cpp \
    7071        ../Filling/unittests/IsValidInDomain_FillPredicateUnitTest.hpp
    7172IsValidInDomain_FillPredicateUnitTest_LDADD = $(FILLINGLIBS)
    7273
    73 IsVoidNode_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     74IsVoidNode_FillPredicateUnitTest_SOURCES = \
    7475        ../Filling/unittests/IsVoidNode_FillPredicateUnitTest.cpp \
    7576        ../Filling/unittests/IsVoidNode_FillPredicateUnitTest.hpp
    7677IsVoidNode_FillPredicateUnitTest_LDADD = $(FILLINGLIBS)
    7778
    78 Ops_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     79Ops_FillPredicateUnitTest_SOURCES = \
    7980        ../Filling/unittests/Ops_FillPredicateUnitTest.cpp \
    8081        ../Filling/unittests/Ops_FillPredicateUnitTest.hpp
  • src/Fragmentation/Exporters/unittests/Makefile.am

    r09806a re9e86f  
    2222
    2323FRAGMENTATIONEXPORTERSLIBS = \
     24        libUnitTest.la \
    2425        ../libMolecuilderFragmentation.la \
    2526        ${CodePatterns_LIBS} \
    2627        $(BOOST_LIB)
    2728
    28 HydrogenPoolUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     29HydrogenPoolUnitTest_SOURCES = \
    2930        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
    3031        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp
     
    3334        ${FRAGMENTATIONEXPORTERSLIBS}
    3435       
    35 SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     36SaturatedFragmentUnitTest_SOURCES = \
    3637        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
    3738        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp
     
    4142        ${FRAGMENTATIONEXPORTERSLIBS}
    4243
    43 SaturationDistanceMaximizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     44SaturationDistanceMaximizerUnitTest_SOURCES = \
    4445        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
    4546        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
  • src/Fragmentation/Homology/unittests/Makefile.am

    r09806a re9e86f  
    2525
    2626FRAGMENTATIONHOMOLOGYLIBS = \
     27        libUnitTest.la \
    2728        ../libMolecuilderFragmentationSetValues.la \
    2829        ../libMolecuilderFragmentation.la \
     
    3334        $(BOOST_LIB)
    3435
    35 FragmentEdgeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     36FragmentEdgeUnitTest_SOURCES = \
    3637        ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.cpp \
    3738        ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.hpp
    3839FragmentEdgeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS}
    3940
    40 FragmentNodeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     41FragmentNodeUnitTest_SOURCES = \
    4142        ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.cpp \
    4243        ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.hpp
    4344FragmentNodeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS}
    4445       
    45 HomologyContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     46HomologyContainerUnitTest_SOURCES = \
    4647        ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.cpp \
    4748        ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.hpp \
     
    5455        $(BOOST_LIB)
    5556
    56 HomologyGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     57HomologyGraphUnitTest_SOURCES = \
    5758        ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.cpp \
    5859        ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.hpp
  • src/Fragmentation/Summation/Containers/unittests/Makefile.am

    r09806a re9e86f  
    1717
    1818FRAGMENTATIONCONTAINERLIBS = \
     19  libUnitTest.la \
    1920  ../libMolecuilderFragmentationSummation.la \
    2021  $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
     
    2526MPQCDataUnitTest_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl
    2627MPQCDataUnitTest_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS}
    27 MPQCDataUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     28MPQCDataUnitTest_SOURCES = \
    2829  ../Fragmentation/Summation/Containers/unittests/MPQCDataUnitTest.cpp \
    2930  ../Fragmentation/Summation/Containers/unittests/MPQCDataUnitTest.hpp
  • src/Fragmentation/Summation/SetValues/unittests/Makefile.am

    r09806a re9e86f  
    3131
    3232FRAGMENTATIONSETVALUESLIBS = \
     33        libUnitTest.la \
    3334        ../libMolecuilderFragmentationSetValues.la \
    3435        ${CodePatterns_LIBS} \
    3536        $(BOOST_LIB)
    3637
    37 EigenvaluesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     38EigenvaluesUnitTest_SOURCES = \
    3839        ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.cpp \
    3940        ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.hpp
     
    4243        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
    4344
    44 FragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     45FragmentUnitTest_SOURCES = \
    4546        ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.cpp \
    4647        ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.hpp
     
    4950        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
    5051
    51 HistogramUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     52HistogramUnitTest_SOURCES = \
    5253        ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.cpp \
    5354        ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.hpp
    5455HistogramUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    5556
    56 IndexedVectorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     57IndexedVectorsUnitTest_SOURCES = \
    5758        ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.cpp \
    5859        ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.hpp
    5960IndexedVectorsUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    6061
    61 SamplingGridPropertiesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     62SamplingGridPropertiesUnitTest_SOURCES = \
    6263        ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.cpp \
    6364        ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.hpp
    6465SamplingGridPropertiesUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    6566
    66 SamplingGridUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     67SamplingGridUnitTest_SOURCES = \
    6768        ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.cpp \
    6869        ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.hpp
  • src/Fragmentation/Summation/unittests/Makefile.am

    r09806a re9e86f  
    3434
    3535FRAGMENTATIONSUMMATIONLIBS = \
     36        libUnitTest.la \
    3637        ../libMolecuilderFragmentationSummation.la \
    3738        ${CodePatterns_LIBS} \
     
    3940
    4041
    41 IndexSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     42IndexSetUnitTest_SOURCES = \
    4243        ../Fragmentation/Summation/unittests/IndexSetUnitTest.cpp \
    4344        ../Fragmentation/Summation/unittests/IndexSetUnitTest.hpp
    4445IndexSetUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    4546
    46 IndexSetContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     47IndexSetContainerUnitTest_SOURCES = \
    4748        ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.cpp \
    4849        ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.hpp
     
    5354        ${FRAGMENTATIONSUMMATIONLIBS}
    5455
    55 OrthogonalSummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     56OrthogonalSummationUnitTest_SOURCES = \
    5657        ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp \
    5758        ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.hpp \
     
    6061OrthogonalSummationUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    6162
    62 SetValueUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63SetValueUnitTest_SOURCES = \
    6364        ../Fragmentation/Summation/unittests/SetValueUnitTest.cpp \
    6465        ../Fragmentation/Summation/unittests/SetValueUnitTest.hpp \
     
    6768SetValueUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    6869
    69 SetValueMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     70SetValueMapUnitTest_SOURCES = \
    7071        ../Fragmentation/Summation/unittests/SetValueMapUnitTest.cpp \
    7172        ../Fragmentation/Summation/unittests/SetValueMapUnitTest.hpp
    7273SetValueMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    7374
    74 SubsetMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     75SubsetMapUnitTest_SOURCES = \
    7576        ../Fragmentation/Summation/unittests/SubsetMapUnitTest.cpp \
    7677        ../Fragmentation/Summation/unittests/SubsetMapUnitTest.hpp
    7778SubsetMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    7879
    79 SummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     80SummationUnitTest_SOURCES = \
    8081        ../Fragmentation/Summation/unittests/SummationUnitTest.cpp \
    8182        ../Fragmentation/Summation/unittests/SummationUnitTest.hpp \
  • src/Fragmentation/unittests/Makefile.am

    r09806a re9e86f  
    1919
    2020FRAGMENTATIONLIBS = \
     21        libUnitTest.la \
    2122        ../libMolecuilderFragmentation.la \
    2223        ../libMolecuilderFragmentation_KeysetsContainer.la \
     
    2627
    2728
    28 KeySetsContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     29KeySetsContainerUnitTest_SOURCES = \
    2930        ../Fragmentation/unittests/KeySetsContainerUnitTest.cpp \
    3031        ../Fragmentation/unittests/KeySetsContainerUnitTest.hpp
    3132KeySetsContainerUnitTest_LDADD = ${FRAGMENTATIONLIBS}
    3233
    33 MatrixContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     34MatrixContainerUnitTest_SOURCES = \
    3435        ../Fragmentation/unittests/MatrixContainerUnitTest.cpp \
    3536        ../Fragmentation/unittests/MatrixContainerUnitTest.hpp
  • src/FunctionApproximation/unittests/Makefile.am

    r09806a re9e86f  
    1919
    2020FUNCTIONAPPROXIMATIONLIBS = \
     21        libUnitTest.la \
    2122        ../libMolecuilderFunctionApproximation.la \
    2223        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     
    2526        $(BOOST_LIB)
    2627
    27 ExtractorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     28ExtractorsUnitTest_SOURCES = \
    2829        ../FunctionApproximation/unittests/ExtractorsUnitTest.cpp \
    2930        ../FunctionApproximation/unittests/ExtractorsUnitTest.hpp
     
    3233        ${FUNCTIONAPPROXIMATIONLIBS}
    3334
    34 FunctionArgumentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     35FunctionArgumentUnitTest_SOURCES = \
    3536        ../FunctionApproximation/unittests/FunctionArgumentUnitTest.cpp \
    3637        ../FunctionApproximation/unittests/FunctionArgumentUnitTest.hpp
  • src/Graph/unittests/Makefile.am

    r09806a re9e86f  
    2020
    2121GRAPHLIBS = \
     22        libUnitTest.la \
    2223        ../libMolecuilderUI.la \
    2324        ../libMolecuilderGraph.la
     
    3233
    3334
    34 AdjacencyListUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     35AdjacencyListUnitTest_SOURCES = \
    3536        ../Graph/unittests/AdjacencyListUnitTest.cpp \
    3637        ../Graph/unittests/AdjacencyListUnitTest.hpp
    3738AdjacencyListUnitTest_LDADD = ${ALLLIBS}
    3839
    39 BondGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     40BondGraphUnitTest_SOURCES = \
    4041        ../Graph/unittests/BondGraphUnitTest.cpp \
    4142        ../Graph/unittests/BondGraphUnitTest.hpp
  • src/Jobs/unittests/Makefile.am

    r09806a re9e86f  
    1717
    1818JOBSLIBS = \
     19        libUnitTest.la \
    1920        ../libMolecuilderJobs.la \
    2021        ../libMolecuilderFragmentationContainers.la \
     
    2829MPQCCommandJobUnitTest_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl
    2930MPQCCommandJobUnitTest_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS}
    30 MPQCCommandJobUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     31MPQCCommandJobUnitTest_SOURCES = \
    3132  ../Jobs/unittests/MPQCCommandJobUnitTest.cpp \
    3233  ../Jobs/unittests/MPQCCommandJobUnitTest.hpp
  • src/LinkedCell/unittests/Makefile.am

    r09806a re9e86f  
    2929
    3030LINKEDCELLLIBS = \
     31        libUnitTest.la \
    3132        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    3233        ${CodePatterns_LIBS} \
    3334        $(BOOST_LIB)
    3435
    35 linkedcellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     36linkedcellUnitTest_SOURCES = \
    3637        ../LinkedCell/unittests/linkedcellUnitTest.cpp \
    3738        ../LinkedCell/unittests/linkedcellUnitTest.hpp
     
    4647        $(LINKEDCELLLIBS)
    4748
    48 LinkedCellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     49LinkedCellUnitTest_SOURCES = \
    4950        ../LinkedCell/unittests/LinkedCellUnitTest.cpp \
    5051        ../LinkedCell/unittests/LinkedCellUnitTest.hpp \
     
    5455        $(LINKEDCELLLIBS)
    5556
    56 LinkedCell_ControllerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     57LinkedCell_ControllerUnitTest_SOURCES = \
    5758        ../LinkedCell/unittests/LinkedCell_ControllerUnitTest.cpp \
    5859        ../LinkedCell/unittests/LinkedCell_ControllerUnitTest.hpp \
     
    7172        $(LINKEDCELLLIBS)
    7273
    73 LinkedCell_ModelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     74LinkedCell_ModelUnitTest_SOURCES = \
    7475        ../LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp \
    7576        ../LinkedCell/unittests/LinkedCell_ModelUnitTest.hpp \
     
    8586        $(LINKEDCELLLIBS)
    8687
    87 LinkedCell_ViewUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     88LinkedCell_ViewUnitTest_SOURCES = \
    8889        ../LinkedCell/unittests/LinkedCell_ViewUnitTest.cpp \
    8990        ../LinkedCell/unittests/LinkedCell_ViewUnitTest.hpp \
  • src/Parameters/unittests/Makefile.am

    r09806a re9e86f  
    2929
    3030PARAMETERSLIBS = \
     31        libUnitTest.la \
    3132        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    3233        ${CodePatterns_LIBS} \
     
    3435
    3536
    36 ContinuousValueTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37ContinuousValueTest_SOURCES = \
    3738        ../Parameters/unittests/ContinuousValueTest.cpp \
    3839        ../Parameters/unittests/ContinuousValueTest.hpp \
     
    4748        $(PARAMETERSLIBS)
    4849 
    49 ContinuousParameterTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     50ContinuousParameterTest_SOURCES = \
    5051        ../Parameters/unittests/ContinuousParameterTest.cpp \
    5152        ../Parameters/unittests/ContinuousParameterTest.hpp \
     
    6061        $(PARAMETERSLIBS)
    6162 
    62 DiscreteValueTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63DiscreteValueTest_SOURCES = \
    6364        ../Parameters/unittests/DiscreteValueTest.cpp \
    6465        ../Parameters/unittests/DiscreteValueTest.hpp \
     
    7475        $(PARAMETERSLIBS)
    7576
    76 DiscreteParameterTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     77DiscreteParameterTest_SOURCES = \
    7778        ../Parameters/unittests/DiscreteParameterTest.cpp \
    7879        ../Parameters/unittests/DiscreteParameterTest.hpp \
     
    9091        $(PARAMETERSLIBS)
    9192
    92 Ops_ValidatorTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     93Ops_ValidatorTest_SOURCES = \
    9394        ../Parameters/unittests/Ops_ValidatorTest.cpp \
    9495        ../Parameters/unittests/Ops_ValidatorTest.hpp \
  • src/Parser/Parameters/unittests/Makefile.am

    r09806a re9e86f  
    2020
    2121PARSERPARAMETERSLIBS = \
     22        libUnitTest.la \
    2223        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    2324        ${CodePatterns_LIBS} \
     
    2526
    2627
    27 ParameterStorageUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     28ParameterStorageUnitTest_SOURCES = \
    2829        ../Parser/Parameters/unittests/ParameterStorageUnitTest.cpp \
    2930        ../Parser/Parameters/unittests/ParameterStorageUnitTest.hpp \
     
    4142        $(PARSERPARAMETERSLIBS)
    4243
    43 StringParameterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     44StringParameterUnitTest_SOURCES = \
    4445        ../Parser/Parameters/unittests/StringParameterUnitTest.cpp \
    4546        ../Parser/Parameters/unittests/StringParameterUnitTest.hpp \
  • src/Parser/unittests/Makefile.am

    r09806a re9e86f  
    3939
    4040PARSERLIBS = \
     41        libUnitTest.la \
    4142        ../libMolecuilderUI.la
    4243if CONDJOBMARKET
     
    5051
    5152
    52 ParserMpqcUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     53ParserMpqcUnitTest_SOURCES = \
    5354        ../Parser/unittests/ParserMpqcUnitTest.cpp \
    5455        ../Parser/unittests/ParserMpqcUnitTest.hpp
    5556ParserMpqcUnitTest_LDADD = ${PARSERLIBS}
    5657
    57 ParserPcpUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     58ParserPcpUnitTest_SOURCES = \
    5859        ../Parser/unittests/ParserPcpUnitTest.cpp \
    5960        ../Parser/unittests/ParserPcpUnitTest.hpp
    6061ParserPcpUnitTest_LDADD = ${PARSERLIBS}
    6162
    62 ParserPdbUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63ParserPdbUnitTest_SOURCES = \
    6364        ../Parser/unittests/ParserPdbUnitTest.cpp \
    6465        ../Parser/unittests/ParserPdbUnitTest.hpp
    6566ParserPdbUnitTest_LDADD = ${PARSERLIBS}
    6667
    67 ParserPsi3UnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     68ParserPsi3UnitTest_SOURCES = \
    6869        ../Parser/unittests/ParserPsi3UnitTest.cpp \
    6970        ../Parser/unittests/ParserPsi3UnitTest.hpp
    7071ParserPsi3UnitTest_LDADD = ${PARSERLIBS}
    7172
    72 ParserTremoloUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     73ParserTremoloUnitTest_SOURCES = \
    7374        ../Parser/unittests/ParserTremoloUnitTest.cpp \
    7475        ../Parser/unittests/ParserTremoloUnitTest.hpp
    7576ParserTremoloUnitTest_LDADD = ${PARSERLIBS}
    7677
    77 ParserTremolo_ElementKeysUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     78ParserTremolo_ElementKeysUnitTest_SOURCES = \
    7879        ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.cpp \
    7980        ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.hpp
    8081ParserTremolo_ElementKeysUnitTest_LDADD = ${PARSERLIBS}
    8182
    82 ParserXmlUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     83ParserXmlUnitTest_SOURCES = \
    8384        ../Parser/unittests/ParserXmlUnitTest.cpp \
    8485        ../Parser/unittests/ParserXmlUnitTest.hpp
    8586ParserXmlUnitTest_LDADD = ${PARSERLIBS}
    8687
    87 ParserXyzUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     88ParserXyzUnitTest_SOURCES = \
    8889        ../Parser/unittests/ParserXyzUnitTest.cpp \
    8990        ../Parser/unittests/ParserXyzUnitTest.hpp
  • src/Potentials/Specifics/unittests/Makefile.am

    r09806a re9e86f  
    3737
    3838POTENTIALSSPECIFICSLIBS = \
     39        libUnitTest.la \
    3940        ../libMolecuilderPotentials.la \
    4041        ../libMolecuilderFragmentation.la \
     
    4849        $(BOOST_LIB)
    4950
    50 ConstantPotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     51ConstantPotentialUnitTest_SOURCES = \
    5152        ../Potentials/Specifics/unittests/ConstantPotentialUnitTest.cpp \
    5253        ../Potentials/Specifics/unittests/ConstantPotentialUnitTest.hpp
    5354ConstantPotentialUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    5455
    55 FourBodyPotential_ImproperUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     56FourBodyPotential_ImproperUnitTest_SOURCES = \
    5657        ../Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.cpp \
    5758        ../Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.hpp
    5859FourBodyPotential_ImproperUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    5960
    60 FourBodyPotential_TorsionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     61FourBodyPotential_TorsionUnitTest_SOURCES = \
    6162        ../Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.cpp \
    6263        ../Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.hpp
    6364FourBodyPotential_TorsionUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    6465
    65 ManyBodyPotential_TersoffUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     66ManyBodyPotential_TersoffUnitTest_SOURCES = \
    6667        ../Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.cpp \
    6768        ../Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.hpp
    6869ManyBodyPotential_TersoffUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    6970
    70 PairPotential_HarmonicUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     71PairPotential_HarmonicUnitTest_SOURCES = \
    7172        ../Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.cpp \
    7273        ../Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.hpp
    7374PairPotential_HarmonicUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    7475
    75 PairPotential_LennardJonesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     76PairPotential_LennardJonesUnitTest_SOURCES = \
    7677        ../Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.cpp \
    7778        ../Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.hpp
    7879PairPotential_LennardJonesUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    7980
    80 PairPotential_MorseUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     81PairPotential_MorseUnitTest_SOURCES = \
    8182        ../Potentials/Specifics/unittests/PairPotential_MorseUnitTest.cpp \
    8283        ../Potentials/Specifics/unittests/PairPotential_MorseUnitTest.hpp
    8384PairPotential_MorseUnitTest_LDADD = ${POTENTIALSSPECIFICSLIBS}
    8485
    85 ThreeBodyPotential_AngleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     86ThreeBodyPotential_AngleUnitTest_SOURCES = \
    8687        ../Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.cpp \
    8788        ../Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.hpp
  • src/Potentials/unittests/Makefile.am

    r09806a re9e86f  
    2222
    2323POTENTIALSLIBS = \
     24        libUnitTest.la \
    2425        ../libMolecuilderPotentials.la \
    2526        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     
    2829        $(BOOST_LIB)
    2930
    30 CompoundPotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     31CompoundPotentialUnitTest_SOURCES = \
    3132        ../Potentials/unittests/CompoundPotentialUnitTest.cpp \
    3233        ../Potentials/unittests/CompoundPotentialUnitTest.hpp
    3334CompoundPotentialUnitTest_LDADD = \
     35        libUnitTest.la \
    3436        ../libMolecuilderPotentials.la \
    3537        ../libMolecuilderFragmentation.la \
     
    4345        $(BOOST_LIB)
    4446
    45 PartialNucleiChargeFitterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     47PartialNucleiChargeFitterUnitTest_SOURCES = \
    4648        ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.cpp \
    4749        ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.hpp
     
    5052        ${POTENTIALSLIBS}
    5153
    52 SerializablePotentialUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     54SerializablePotentialUnitTest_SOURCES = \
    5355        ../Potentials/unittests/SerializablePotentialUnitTest.cpp \
    5456        ../Potentials/unittests/SerializablePotentialUnitTest.hpp \
  • src/RandomNumbers/unittests/Makefile.am

    r09806a re9e86f  
    2828
    2929RANDOMNUMBERLIBS = \
     30        libUnitTest.la \
    3031        ../libMolecuilderRandomNumbers.la \
    3132        ${CodePatterns_LIBS} \
    3233        $(BOOST_LIB)
    3334
    34 RandomNumberDistributionFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     35RandomNumberDistributionFactoryUnitTest_SOURCES = \
    3536        ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.cpp \
    3637        ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.hpp
    3738RandomNumberDistributionFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    3839
    39 RandomNumberEngineFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     40RandomNumberEngineFactoryUnitTest_SOURCES = \
    4041        ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.cpp \
    4142        ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.hpp
    4243RandomNumberEngineFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    4344
    44 RandomNumberGeneratorFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     45RandomNumberGeneratorFactoryUnitTest_SOURCES = \
    4546        ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.cpp \
    4647        ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.hpp
    4748RandomNumberGeneratorFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    4849
    49 RandomNumberGeneratorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     50RandomNumberGeneratorUnitTest_SOURCES = \
    5051        ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.cpp \
    5152        ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.hpp
  • src/Shapes/unittests/Makefile.am

    r09806a re9e86f  
    2929
    3030SHAPELIBS = \
     31        libUnitTest.la \
    3132        ../libMolecuilderShapes.la \
    3233        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     
    3435#       $(BOOST_LIB)
    3536
    36 BaseShapesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37BaseShapesUnitTest_SOURCES = \
    3738        ../Shapes/unittests/BaseShapesUnitTest.cpp \
    3839        ../Shapes/unittests/BaseShapesUnitTest.hpp \
     
    4445BaseShapesUnitTest_LDADD = $(SHAPELIBS)
    4546
    46 ShapeFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     47ShapeFactoryUnitTest_SOURCES = \
    4748        ../Shapes/unittests/ShapeFactoryUnitTest.cpp \
    4849        ../Shapes/unittests/ShapeFactoryUnitTest.hpp \
     
    6061        $(SHAPELIBS)
    6162
    62 ShapeOpsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63ShapeOpsUnitTest_SOURCES = \
    6364        ../Shapes/unittests/ShapeOpsUnitTest.cpp \
    6465        ../Shapes/unittests/ShapeOpsUnitTest.hpp \
     
    7071ShapeOpsUnitTest_LDADD = $(SHAPELIBS)
    7172
    72 ShapeRegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     73ShapeRegistryUnitTest_SOURCES = \
    7374        ../Shapes/unittests/ShapeRegistryUnitTest.cpp \
    7475        ../Shapes/unittests/ShapeRegistryUnitTest.hpp \
     
    8081ShapeRegistryUnitTest_LDADD = $(SHAPELIBS)
    8182
    82 Shape_HomogeneousPointsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     83Shape_HomogeneousPointsUnitTest_SOURCES = \
    8384        ../Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp \
    8485        ../Shapes/unittests/Shape_HomogeneousPointsUnitTest.hpp \
  • src/Tesselation/unittests/Makefile.am

    r09806a re9e86f  
    2222
    2323TESSELATIONLIBS = \
     24        libUnitTest.la \
    2425        ../libMolecuilderUI.la \
    2526        ../libMolecuilder.la
     
    3435
    3536
    36 TesselationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37TesselationUnitTest_SOURCES = \
    3738        ../Tesselation/unittests/TesselationUnitTest.cpp \
    3839        ../Tesselation/unittests/TesselationUnitTest.hpp
    3940TesselationUnitTest_LDADD = ${TESSELATIONLIBS}
    4041
    41 Tesselation_BoundaryTriangleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     42Tesselation_BoundaryTriangleUnitTest_SOURCES = \
    4243        ../Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.cpp \
    4344        ../Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.hpp
    4445Tesselation_BoundaryTriangleUnitTest_LDADD = ${TESSELATIONLIBS}
    4546
    46 Tesselation_InOutsideUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     47Tesselation_InOutsideUnitTest_SOURCES = \
    4748        ../Tesselation/unittests/Tesselation_InsideOutsideUnitTest.cpp \
    4849        ../Tesselation/unittests/Tesselation_InsideOutsideUnitTest.hpp
  • src/UIElements/CommandLineUI/unittests/Makefile.am

    r09806a re9e86f  
    1515noinst_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS)
    1616
    17 CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES =  $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     17CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = \
    1818  ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp \
    1919  ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp
    2020CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD = \
     21  libUnitTest.la \
    2122  ../libMolecuilderUI.la
    2223if CONDJOBMARKET
  • src/UIElements/Menu/unittests/Makefile.am

    r09806a re9e86f  
    1919
    2020MENULIBS = \
     21  libUnitTest.la \
    2122  ../libMolecuilderUI.la
    2223if CONDJOBMARKET
     
    2930  $(BOOST_LIB)
    3031
    31 MenuDescriptionUnitTest_SOURCES =  $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     32MenuDescriptionUnitTest_SOURCES = \
    3233  ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \
    3334  ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \
     
    3738MenuDescriptionUnitTest_LDADD = $(MENULIBS)
    3839
    39 MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES =  $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     40MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES = \
    4041  ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp \
    4142  ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp
  • src/unittests/Makefile.am

    r09806a re9e86f  
    77XFAIL_TESTS =
    88MOSTLYCLEANFILES =
     9noinst_LTLIBRARIES =
     10
     11#AUTOMAKE_OPTIONS = no-dependencies
    912
    1013if CONDCPPUNIT
     
    6669endif
    6770
     71noinst_LTLIBRARIES += libUnitTest.la
     72libUnitTest_la_LDFLAGS = \
     73        $(AM_LDFLAGS)
     74libUnitTest_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.
     86libUnitTest_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
    68114
    69115BOOST_LIB = \
     
    81127
    82128ALLLIBS = \
     129        libUnitTest.la \
    83130        ../libMolecuilderUI.la
    84131if CONDJOBMARKET
     
    144191 
    145192
    146 BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     193BoxUnitTest_SOURCES = \
    147194        BoxUnitTest.cpp \
    148195        BoxUnitTest.hpp \
     
    152199        ../Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp
    153200BoxUnitTest_LDADD = \
     201        libUnitTest.la \
    154202        ../libMolecuilder.la \
    155203        ../libMolecuilderShapes.la \
     
    159207        $(BOOST_LIB)
    160208
    161 AtomIdSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     209AtomIdSetUnitTest_SOURCES = \
    162210        AtomIdSetUnitTest.cpp \
    163211        AtomIdSetUnitTest.hpp
    164212AtomIdSetUnitTest_LDADD =  $(ALLLIBS)
    165213
    166 Box_BoundaryConditionsTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     214Box_BoundaryConditionsTest_SOURCES = \
    167215        Box_BoundaryConditionsUnitTest.cpp \
    168216        Box_BoundaryConditionsUnitTest.hpp \
     
    170218        ../Box_BoundaryConditions.hpp
    171219Box_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
     224FormulaUnittest_SOURCES = \
    176225        FormulaUnitTest.cpp \
    177226        FormulaUnitTest.hpp
    178227FormulaUnittest_LDADD = $(ALLLIBS)
    179228
    180 ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     229ListOfBondsUnitTest_SOURCES = \
    181230        ListOfBondsUnitTest.cpp \
    182231        ListOfBondsUnitTest.hpp
    183232ListOfBondsUnitTest_LDADD = $(ALLLIBS)
    184233
    185 MoleculeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     234MoleculeUnitTest_SOURCES = \
    186235        MoleculeUnitTest.cpp \
    187236        MoleculeUnitTest.hpp
     
    191240        ../libMolecuilderHelpers.la
    192241
    193 WorldTimeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     242WorldTimeUnitTest_SOURCES = \
    194243        WorldTimeUnitTest.cpp \
    195244        WorldTimeUnitTest.hpp \
    196245        ../WorldTime.cpp \
    197246        ../WorldTime.hpp
    198 WorldTimeUnitTest_LDADD = ${BOOST_LIB}
     247WorldTimeUnitTest_LDADD = \
     248        libUnitTest.la \
     249        ${BOOST_LIB}
    199250
    200251
Note: See TracChangeset for help on using the changeset viewer.