- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/unittests/Makefile.am
r353326 r748fc7 34 34 35 35 FRAGMENTATIONSUMMATIONLIBS = \ 36 libUnitTest.la \ 37 ../libMolecuilder.la \ 36 38 ../libMolecuilderFragmentationSummation.la \ 37 39 ${CodePatterns_LIBS} \ … … 39 41 40 42 41 IndexSetUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\43 IndexSetUnitTest_SOURCES = \ 42 44 ../Fragmentation/Summation/unittests/IndexSetUnitTest.cpp \ 43 45 ../Fragmentation/Summation/unittests/IndexSetUnitTest.hpp 44 46 IndexSetUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 45 47 46 IndexSetContainerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\48 IndexSetContainerUnitTest_SOURCES = \ 47 49 ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.cpp \ 48 50 ../Fragmentation/Summation/unittests/IndexSetContainerUnitTest.hpp … … 53 55 ${FRAGMENTATIONSUMMATIONLIBS} 54 56 55 OrthogonalSummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\57 OrthogonalSummationUnitTest_SOURCES = \ 56 58 ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.cpp \ 57 59 ../Fragmentation/Summation/unittests/OrthogonalSummationUnitTest.hpp \ … … 60 62 OrthogonalSummationUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 61 63 62 SetValueUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\64 SetValueUnitTest_SOURCES = \ 63 65 ../Fragmentation/Summation/unittests/SetValueUnitTest.cpp \ 64 66 ../Fragmentation/Summation/unittests/SetValueUnitTest.hpp \ … … 67 69 SetValueUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 68 70 69 SetValueMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\71 SetValueMapUnitTest_SOURCES = \ 70 72 ../Fragmentation/Summation/unittests/SetValueMapUnitTest.cpp \ 71 73 ../Fragmentation/Summation/unittests/SetValueMapUnitTest.hpp 72 74 SetValueMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 73 75 74 SubsetMapUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\76 SubsetMapUnitTest_SOURCES = \ 75 77 ../Fragmentation/Summation/unittests/SubsetMapUnitTest.cpp \ 76 78 ../Fragmentation/Summation/unittests/SubsetMapUnitTest.hpp 77 79 SubsetMapUnitTest_LDADD = ${FRAGMENTATIONSUMMATIONLIBS} 78 80 79 SummationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\81 SummationUnitTest_SOURCES = \ 80 82 ../Fragmentation/Summation/unittests/SummationUnitTest.cpp \ 81 83 ../Fragmentation/Summation/unittests/SummationUnitTest.hpp \
Note:
See TracChangeset
for help on using the changeset viewer.