- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Homology/unittests/Makefile.am
rbf1d1b r748fc7 25 25 26 26 FRAGMENTATIONHOMOLOGYLIBS = \ 27 libUnitTest.la \ 28 ../libMolecuilder.la \ 27 29 ../libMolecuilderFragmentationSetValues.la \ 28 30 ../libMolecuilderFragmentation.la \ … … 33 35 $(BOOST_LIB) 34 36 35 FragmentEdgeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 FragmentEdgeUnitTest_SOURCES = \ 36 38 ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.cpp \ 37 39 ../Fragmentation/Homology/unittests/FragmentEdgeUnitTest.hpp 38 40 FragmentEdgeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS} 39 41 40 FragmentNodeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\42 FragmentNodeUnitTest_SOURCES = \ 41 43 ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.cpp \ 42 44 ../Fragmentation/Homology/unittests/FragmentNodeUnitTest.hpp 43 45 FragmentNodeUnitTest_LDADD = ${FRAGMENTATIONHOMOLOGYLIBS} 44 46 45 HomologyContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\47 HomologyContainerUnitTest_SOURCES = \ 46 48 ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.cpp \ 47 49 ../Fragmentation/Homology/unittests/HomologyContainerUnitTest.hpp \ … … 54 56 $(BOOST_LIB) 55 57 56 HomologyGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\58 HomologyGraphUnitTest_SOURCES = \ 57 59 ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.cpp \ 58 60 ../Fragmentation/Homology/unittests/HomologyGraphUnitTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.