Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
15fc6a
Parents:
3f8238
git-author:
Frederik Heber <frederik.heber@…> (05/14/21 21:14:53)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Extended BindingModel by comparators.

  • this allows placing them in sorted STL containers.
  • TEST: Added unit test.
Location:
src/Potentials/unittests
Files:
2 added
1 edited

Legend:

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

    r3f8238 rc4afdf3  
    33
    44POTENTIALSTESTSSOURCES = \
     5        ../Potentials/unittests/BindingModelUnitTest.cpp \
    56        ../Potentials/unittests/CompoundPotentialUnitTest.cpp \
    67        ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.cpp \
     
    89
    910POTENTIALSTESTSHEADERS = \
     11        ../Potentials/unittests/BindingModelUnitTest.hpp \
    1012        ../Potentials/unittests/CompoundPotentialUnitTest.hpp \
    1113        ../Potentials/unittests/PartialNucleiChargeFitterUnitTest.hpp \
     
    1315
    1416POTENTIALSTESTS = \
     17        BindingModelUnitTest \
    1518        CompoundPotentialUnitTest \
    1619        PartialNucleiChargeFitterUnitTest \
     
    2932        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
    3033        $(BOOST_LIB)
     34
     35BindingModelUnitTest_SOURCES = \
     36        ../Potentials/unittests/BindingModelUnitTest.cpp \
     37        ../Potentials/unittests/BindingModelUnitTest.hpp
     38BindingModelUnitTest_LDADD = \
     39        ${POTENTIALSLIBS} \
     40        ../libMolecuilderFragmentation.la \
     41        ../libMolecuilderFragmentation_getFromKeysetStub.la
    3142
    3243CompoundPotentialUnitTest_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.