Ignore:
Timestamp:
May 19, 2017, 9:23:45 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
d6192a3
Parents:
c5bd60c
Message:

tempcommit: Added unit test for BreadthFirstSearchGathererUnitTest.

File:
1 edited

Legend:

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

    rc5bd60c rffd7cd  
    44GRAPHTESTSSOURCES = \
    55        ../Graph/unittests/AdjacencyListUnitTest.cpp \
    6         ../Graph/unittests/BondGraphUnitTest.cpp
     6        ../Graph/unittests/BondGraphUnitTest.cpp \
     7        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp
    78
    89GRAPHTESTSHEADERS = \
    910        ../Graph/unittests/AdjacencyListUnitTest.hpp \
    10         ../Graph/unittests/BondGraphUnitTest.hpp
     11        ../Graph/unittests/BondGraphUnitTest.hpp \
     12        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
    1113
    1214GRAPHTESTS = \
    1315        AdjacencyListUnitTest \
    14         BondGraphUnitTest
    15 
     16        BondGraphUnitTest \
     17        BreadthFirstSearchGathererUnitTest
    1618
    1719TESTS += $(GRAPHTESTS)
     
    2123GRAPHLIBS = \
    2224        libUnitTest.la \
     25        ../libMolecuilderGraph.la \
    2326        ../libMolecuilder.la \
    24         ../libMolecuilderUI.la \
    25         ../libMolecuilderGraph.la
     27        ../libMolecuilderUI.la
    2628if CONDJOBMARKET
    2729GRAPHLIBS += \
     
    4547BondGraphUnitTest_LDADD = ${GRAPHLIBS}
    4648
     49BreadthFirstSearchGathererUnitTest_SOURCES = \
     50        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
     51        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
     52BreadthFirstSearchGathererUnitTest_LDADD = ${GRAPHLIBS}
    4753
    4854
Note: See TracChangeset for help on using the changeset viewer.