Ignore:
Timestamp:
Jun 21, 2018, 9:12:49 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Children:
21562b
Parents:
20761c
git-author:
Frederik Heber <frederik.heber@…> (10/05/17 17:54:04)
git-committer:
Frederik Heber <frederik.heber@…> (06/21/18 09:12:49)
Message:

Added unit test for Graph6Reader.

File:
1 edited

Legend:

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

    r20761c rdcd5f0  
    66        ../Graph/unittests/BondGraphUnitTest.cpp \
    77        ../Graph/unittests/BoostGraphCreatorUnitTest.cpp \
    8         ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp
     8        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
     9        ../Graph/unittests/Graph6ReaderUnitTest.cpp
    910
    1011GRAPHTESTSHEADERS = \
     
    1213        ../Graph/unittests/BondGraphUnitTest.hpp \
    1314        ../Graph/unittests/BoostGraphCreatorUnitTest.hpp \
    14         ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
     15        ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp \
     16        ../Graph/unittests/Graph6ReaderUnitTest.hpp
    1517
    1618GRAPHTESTS = \
     
    1820        BondGraphUnitTest \
    1921        BoostGraphCreatorUnitTest \
    20         BreadthFirstSearchGathererUnitTest
     22        BreadthFirstSearchGathererUnitTest \
     23  Graph6ReaderUnitTest
    2124
    2225TESTS += $(GRAPHTESTS)
     
    6063BreadthFirstSearchGathererUnitTest_LDADD = ${GRAPHLIBS}
    6164
     65Graph6ReaderUnitTest_SOURCES = \
     66        ../Graph/unittests/Graph6ReaderUnitTest.cpp \
     67        ../Graph/unittests/Graph6ReaderUnitTest.hpp
     68Graph6ReaderUnitTest_LDADD = ${GRAPHLIBS}
    6269
    6370#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.