Changeset 41eed2 for src/Graph/unittests/Makefile.am
- Timestamp:
- Jul 5, 2017, 7:43:00 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/unittests/Makefile.am
r3dedfbd r41eed2 5 5 ../Graph/unittests/AdjacencyListUnitTest.cpp \ 6 6 ../Graph/unittests/BondGraphUnitTest.cpp \ 7 ../Graph/unittests/BoostGraphCreatorUnitTest.cpp \ 7 8 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp 8 9 … … 10 11 ../Graph/unittests/AdjacencyListUnitTest.hpp \ 11 12 ../Graph/unittests/BondGraphUnitTest.hpp \ 13 ../Graph/unittests/BoostGraphCreatorUnitTest.hpp \ 12 14 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp 13 15 … … 15 17 AdjacencyListUnitTest \ 16 18 BondGraphUnitTest \ 19 BoostGraphCreatorUnitTest \ 17 20 BreadthFirstSearchGathererUnitTest 18 21 … … 47 50 BondGraphUnitTest_LDADD = ${GRAPHLIBS} 48 51 52 BoostGraphCreatorUnitTest_SOURCES = \ 53 ../Graph/unittests/BoostGraphCreatorUnitTest.cpp \ 54 ../Graph/unittests/BoostGraphCreatorUnitTest.hpp 55 BoostGraphCreatorUnitTest_LDADD = ${GRAPHLIBS} 56 49 57 BreadthFirstSearchGathererUnitTest_SOURCES = \ 50 58 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.