- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Fragmentation/Summation/SetValues/unittests/Makefile.am ¶
r955051 r748fc7 31 31 32 32 FRAGMENTATIONSETVALUESLIBS = \ 33 libUnitTest.la \ 34 ../libMolecuilder.la \ 33 35 ../libMolecuilderFragmentationSetValues.la \ 34 36 ${CodePatterns_LIBS} \ 35 37 $(BOOST_LIB) 36 38 37 EigenvaluesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\39 EigenvaluesUnitTest_SOURCES = \ 38 40 ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.cpp \ 39 41 ../Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.hpp … … 42 44 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) 43 45 44 FragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\46 FragmentUnitTest_SOURCES = \ 45 47 ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.cpp \ 46 48 ../Fragmentation/Summation/SetValues/unittests/FragmentUnitTest.hpp … … 49 51 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) 50 52 51 HistogramUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\53 HistogramUnitTest_SOURCES = \ 52 54 ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.cpp \ 53 55 ../Fragmentation/Summation/SetValues/unittests/HistogramUnitTest.hpp 54 56 HistogramUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 55 57 56 IndexedVectorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\58 IndexedVectorsUnitTest_SOURCES = \ 57 59 ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.cpp \ 58 60 ../Fragmentation/Summation/SetValues/unittests/IndexedVectorsUnitTest.hpp 59 61 IndexedVectorsUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 60 62 61 SamplingGridPropertiesUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\63 SamplingGridPropertiesUnitTest_SOURCES = \ 62 64 ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.cpp \ 63 65 ../Fragmentation/Summation/SetValues/unittests/SamplingGridPropertiesUnitTest.hpp 64 66 SamplingGridPropertiesUnitTest_LDADD = ${FRAGMENTATIONSETVALUESLIBS} 65 67 66 SamplingGridUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\68 SamplingGridUnitTest_SOURCES = \ 67 69 ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.cpp \ 68 70 ../Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.