- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/unittests/Makefile.am
ra1d1dd r748fc7 22 22 23 23 FRAGMENTATIONEXPORTERSLIBS = \ 24 libUnitTest.la \ 25 ../libMolecuilder.la \ 24 26 ../libMolecuilderFragmentation.la \ 25 27 ${CodePatterns_LIBS} \ 26 28 $(BOOST_LIB) 27 29 28 HydrogenPoolUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\30 HydrogenPoolUnitTest_SOURCES = \ 29 31 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ 30 32 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp … … 33 35 ${FRAGMENTATIONEXPORTERSLIBS} 34 36 35 SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\37 SaturatedFragmentUnitTest_SOURCES = \ 36 38 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ 37 39 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp … … 41 43 ${FRAGMENTATIONEXPORTERSLIBS} 42 44 43 SaturationDistanceMaximizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\45 SaturationDistanceMaximizerUnitTest_SOURCES = \ 44 46 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \ 45 47 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
Note:
See TracChangeset
for help on using the changeset viewer.