- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/unittests/Makefile.am
ra1d1dd rc39675 4 4 FRAGMENTATIONEXPORTERSSOURCES = \ 5 5 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ 6 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ 7 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp 6 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp 8 7 9 8 FRAGMENTATIONEXPORTERSTESTSHEADERS = \ 10 9 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \ 11 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \ 12 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp 10 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp 13 11 14 12 FRAGMENTATIONEXPORTERSTESTS = \ 15 13 HydrogenPoolUnitTest \ 16 SaturatedFragmentUnitTest \ 17 SaturationDistanceMaximizerUnitTest 14 SaturatedFragmentUnitTest 18 15 19 16 TESTS += $(FRAGMENTATIONEXPORTERSTESTS) … … 40 37 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 41 38 ${FRAGMENTATIONEXPORTERSLIBS} 42 43 SaturationDistanceMaximizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \44 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \45 ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \46 ../Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp47 SaturationDistanceMaximizerUnitTest_LDADD = \48 ../libMolecuilderUI.la \49 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \50 ${FRAGMENTATIONEXPORTERSLIBS}51 39 52 40
Note:
See TracChangeset
for help on using the changeset viewer.