Ignore:
Timestamp:
Jul 5, 2017, 7:43:00 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
9b5fa6
Parents:
3dedfbd
git-author:
Frederik Heber <frederik.heber@…> (05/19/17 13:00:12)
git-committer:
Frederik Heber <frederik.heber@…> (07/05/17 19:43:00)
Message:

Added unit test for BoostGraphCreator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/unittests/Makefile.am

    r3dedfbd r41eed2  
    55        ../Graph/unittests/AdjacencyListUnitTest.cpp \
    66        ../Graph/unittests/BondGraphUnitTest.cpp \
     7        ../Graph/unittests/BoostGraphCreatorUnitTest.cpp \
    78        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp
    89
     
    1011        ../Graph/unittests/AdjacencyListUnitTest.hpp \
    1112        ../Graph/unittests/BondGraphUnitTest.hpp \
     13        ../Graph/unittests/BoostGraphCreatorUnitTest.hpp \
    1214        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
    1315
     
    1517        AdjacencyListUnitTest \
    1618        BondGraphUnitTest \
     19        BoostGraphCreatorUnitTest \
    1720        BreadthFirstSearchGathererUnitTest
    1821
     
    4750BondGraphUnitTest_LDADD = ${GRAPHLIBS}
    4851
     52BoostGraphCreatorUnitTest_SOURCES = \
     53        ../Graph/unittests/BoostGraphCreatorUnitTest.cpp \
     54        ../Graph/unittests/BoostGraphCreatorUnitTest.hpp
     55BoostGraphCreatorUnitTest_LDADD = ${GRAPHLIBS}
     56
    4957BreadthFirstSearchGathererUnitTest_SOURCES = \
    5058        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
Note: See TracChangeset for help on using the changeset viewer.