Changeset 11cc05 for src/Fragmentation/Exporters/unittests/Makefile.am
- Timestamp:
- Aug 20, 2014, 1:04:08 PM (11 years ago)
- Children:
- 6ef48c
- Parents:
- 97dff0
- git-author:
- Frederik Heber <heber@…> (05/29/14 18:15:26)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:04:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/unittests/Makefile.am
r97dff0 r11cc05 4 4 FRAGMENTATIONEXPORTERSSOURCES = \ 5 5 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ 6 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp 6 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ 7 ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp 7 8 8 9 FRAGMENTATIONEXPORTERSTESTSHEADERS = \ 9 10 ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \ 10 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp 11 ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \ 12 ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp 11 13 12 14 FRAGMENTATIONEXPORTERSTESTS = \ 13 15 HydrogenPoolUnitTest \ 14 SaturatedFragmentUnitTest 16 SaturatedFragmentUnitTest \ 17 SphericalPointDistributionUnitTest 15 18 16 19 TESTS += $(FRAGMENTATIONEXPORTERSTESTS) 20 XFAIL_TESTS += SphericalPointDistributionUnitTest 17 21 check_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) 18 22 noinst_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) … … 37 41 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 38 42 ${FRAGMENTATIONEXPORTERSLIBS} 39 43 44 SphericalPointDistributionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 45 ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp \ 46 ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp 47 SphericalPointDistributionUnitTest_LDADD = \ 48 ../libMolecuilderUI.la \ 49 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 50 ${FRAGMENTATIONEXPORTERSLIBS} 51 40 52 41 53 #AUTOMAKE_OPTIONS = parallel-tests
Note:
See TracChangeset
for help on using the changeset viewer.