Ignore:
Timestamp:
May 25, 2016, 7:13:57 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
81557e
Parents:
3b6956
git-author:
Frederik Heber <heber@…> (05/10/16 18:33:50)
git-committer:
Frederik Heber <heber@…> (05/25/16 07:13:57)
Message:

Revert "Trimmed down SphericalPointDistribution to what is needed at the moment."

This reverts commit 0241c59e7f10c73f87336715af0aadac2b2d4db1.

File:
1 edited

Legend:

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

    r3b6956 rd468b5  
    55        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
    66        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
    7         ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp
     7        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
     8        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp
    89
    910FRAGMENTATIONEXPORTERSTESTSHEADERS = \
    1011        ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \
    1112        ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \
    12         ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp
     13        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
     14        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp
    1315
    1416FRAGMENTATIONEXPORTERSTESTS = \
    1517        HydrogenPoolUnitTest \
    1618        SaturatedFragmentUnitTest \
    17         SaturationDistanceMaximizerUnitTest
     19        SaturationDistanceMaximizerUnitTest \
     20        SphericalPointDistributionUnitTest
    1821
    1922TESTS += $(FRAGMENTATIONEXPORTERSTESTS)
     
    4548
    4649SaturationDistanceMaximizerUnitTest_SOURCES = \
     50        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
    4751        ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
    4852        ../Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp
     
    5155        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    5256        ${FRAGMENTATIONEXPORTERSLIBS}
     57       
     58SphericalPointDistributionUnitTest_SOURCES = \
     59        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp \
     60        ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp
     61SphericalPointDistributionUnitTest_LDADD = \
     62        ../libMolecuilderUI.la  \
     63        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     64        ${FRAGMENTATIONEXPORTERSLIBS}
    5365
    5466
Note: See TracChangeset for help on using the changeset viewer.