Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Summation/unittests/Makefile.am

    r353326 r748fc7  
    3434
    3535FRAGMENTATIONSUMMATIONLIBS = \
     36        libUnitTest.la \
     37        ../libMolecuilder.la \
    3638        ../libMolecuilderFragmentationSummation.la \
    3739        ${CodePatterns_LIBS} \
     
    3941
    4042
    41 IndexSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     43IndexSetUnitTest_SOURCES = \
    4244        ../Fragmentation/Summation/unittests/IndexSetUnitTest.cpp \
    4345        ../Fragmentation/Summation/unittests/IndexSetUnitTest.hpp
    4446IndexSetUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    4547
    46 IndexSetContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     48IndexSetContainerUnitTest_SOURCES = \
    4749        ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.cpp \
    4850        ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.hpp
     
    5355        ${FRAGMENTATIONSUMMATIONLIBS}
    5456
    55 OrthogonalSummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     57OrthogonalSummationUnitTest_SOURCES = \
    5658        ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp \
    5759        ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.hpp \
     
    6062OrthogonalSummationUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    6163
    62 SetValueUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     64SetValueUnitTest_SOURCES = \
    6365        ../Fragmentation/Summation/unittests/SetValueUnitTest.cpp \
    6466        ../Fragmentation/Summation/unittests/SetValueUnitTest.hpp \
     
    6769SetValueUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    6870
    69 SetValueMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     71SetValueMapUnitTest_SOURCES = \
    7072        ../Fragmentation/Summation/unittests/SetValueMapUnitTest.cpp \
    7173        ../Fragmentation/Summation/unittests/SetValueMapUnitTest.hpp
    7274SetValueMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    7375
    74 SubsetMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     76SubsetMapUnitTest_SOURCES = \
    7577        ../Fragmentation/Summation/unittests/SubsetMapUnitTest.cpp \
    7678        ../Fragmentation/Summation/unittests/SubsetMapUnitTest.hpp
    7779SubsetMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS}
    7880
    79 SummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     81SummationUnitTest_SOURCES = \
    8082        ../Fragmentation/Summation/unittests/SummationUnitTest.cpp \
    8183        ../Fragmentation/Summation/unittests/SummationUnitTest.hpp \
Note: See TracChangeset for help on using the changeset viewer.