Changeset e9e86f for src/Fragmentation
- 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/Fragmentation
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.