Ignore:
File:
1 edited

Legend:

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

    ra1d1dd r748fc7  
    2222
    2323FRAGMENTATIONEXPORTERSLIBS = \
     24        libUnitTest.la \
     25        ../libMolecuilder.la \
    2426        ../libMolecuilderFragmentation.la \
    2527        ${CodePatterns_LIBS} \
    2628        $(BOOST_LIB)
    2729
    28 HydrogenPoolUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     30HydrogenPoolUnitTest_SOURCES = \
    2931        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
    3032        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp
     
    3335        ${FRAGMENTATIONEXPORTERSLIBS}
    3436       
    35 SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37SaturatedFragmentUnitTest_SOURCES = \
    3638        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
    3739        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp
     
    4143        ${FRAGMENTATIONEXPORTERSLIBS}
    4244
    43 SaturationDistanceMaximizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     45SaturationDistanceMaximizerUnitTest_SOURCES = \
    4446        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
    4547        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
Note: See TracChangeset for help on using the changeset viewer.