Ignore:
File:
1 edited

Legend:

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

    r955051 r748fc7  
    3131
    3232FRAGMENTATIONSETVALUESLIBS = \
     33        libUnitTest.la \
     34        ../libMolecuilder.la \
    3335        ../libMolecuilderFragmentationSetValues.la \
    3436        ${CodePatterns_LIBS} \
    3537        $(BOOST_LIB)
    3638
    37 EigenvaluesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     39EigenvaluesUnitTest_SOURCES = \
    3840        ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.cpp \
    3941        ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.hpp
     
    4244        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
    4345
    44 FragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     46FragmentUnitTest_SOURCES = \
    4547        ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.cpp \
    4648        ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.hpp
     
    4951        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
    5052
    51 HistogramUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     53HistogramUnitTest_SOURCES = \
    5254        ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.cpp \
    5355        ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.hpp
    5456HistogramUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    5557
    56 IndexedVectorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     58IndexedVectorsUnitTest_SOURCES = \
    5759        ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.cpp \
    5860        ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.hpp
    5961IndexedVectorsUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    6062
    61 SamplingGridPropertiesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     63SamplingGridPropertiesUnitTest_SOURCES = \
    6264        ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.cpp \
    6365        ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.hpp
    6466SamplingGridPropertiesUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS}
    6567
    66 SamplingGridUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     68SamplingGridUnitTest_SOURCES = \
    6769        ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.cpp \
    6870        ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.hpp
Note: See TracChangeset for help on using the changeset viewer.