Ignore:
File:
1 edited

Legend:

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

    rbf1d1b r748fc7  
    2525
    2626FRAGMENTATIONHOMOLOGYLIBS = \
     27        libUnitTest.la \
     28        ../libMolecuilder.la \
    2729        ../libMolecuilderFragmentationSetValues.la \
    2830        ../libMolecuilderFragmentation.la \
     
    3335        $(BOOST_LIB)
    3436
    35 FragmentEdgeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37FragmentEdgeUnitTest_SOURCES = \
    3638        ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.cpp \
    3739        ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.hpp
    3840FragmentEdgeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS}
    3941
    40 FragmentNodeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     42FragmentNodeUnitTest_SOURCES = \
    4143        ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.cpp \
    4244        ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.hpp
    4345FragmentNodeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS}
    4446       
    45 HomologyContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     47HomologyContainerUnitTest_SOURCES = \
    4648        ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.cpp \
    4749        ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.hpp \
     
    5456        $(BOOST_LIB)
    5557
    56 HomologyGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     58HomologyGraphUnitTest_SOURCES = \
    5759        ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.cpp \
    5860        ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.hpp
Note: See TracChangeset for help on using the changeset viewer.