Ignore:
Timestamp:
Aug 20, 2014, 1:04:08 PM (11 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Added unit tests for SphericalPointDistribution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/unittests/Makefile.am

    r97dff0 r11cc05  
    44FRAGMENTATIONEXPORTERSSOURCES = \
    55        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
    6         ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp
     6        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
     7        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp
    78
    89FRAGMENTATIONEXPORTERSTESTSHEADERS = \
    910        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \
    10         ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp
     11        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \
     12        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp
    1113
    1214FRAGMENTATIONEXPORTERSTESTS = \
    1315        HydrogenPoolUnitTest \
    14         SaturatedFragmentUnitTest
     16        SaturatedFragmentUnitTest \
     17        SphericalPointDistributionUnitTest
    1518
    1619TESTS += $(FRAGMENTATIONEXPORTERSTESTS)
     20XFAIL_TESTS += SphericalPointDistributionUnitTest
    1721check_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS)
    1822noinst_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS)
     
    3741        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    3842        ${FRAGMENTATIONEXPORTERSLIBS}
    39        
     43
     44SphericalPointDistributionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     45        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp \
     46        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp
     47SphericalPointDistributionUnitTest_LDADD = \
     48        ../libMolecuilderUI.la  \
     49        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     50        ${FRAGMENTATIONEXPORTERSLIBS}
     51
    4052
    4153#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.