Changeset 89235ea for src/Graph/unittests/Makefile.am
- Timestamp:
- Jul 5, 2017, 7:42:40 PM (8 years ago)
- Branches:
- ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
- Children:
- 3dedfbd
- Parents:
- 6e5907
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 09:23:45)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/05/17 19:42:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/unittests/Makefile.am
r6e5907 r89235ea 4 4 GRAPHTESTSSOURCES = \ 5 5 ../Graph/unittests/AdjacencyListUnitTest.cpp \ 6 ../Graph/unittests/BondGraphUnitTest.cpp 6 ../Graph/unittests/BondGraphUnitTest.cpp \ 7 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp 7 8 8 9 GRAPHTESTSHEADERS = \ 9 10 ../Graph/unittests/AdjacencyListUnitTest.hpp \ 10 ../Graph/unittests/BondGraphUnitTest.hpp 11 ../Graph/unittests/BondGraphUnitTest.hpp \ 12 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp 11 13 12 14 GRAPHTESTS = \ 13 15 AdjacencyListUnitTest \ 14 BondGraphUnitTest 15 16 BondGraphUnitTest \ 17 BreadthFirstSearchGathererUnitTest 16 18 17 19 TESTS += $(GRAPHTESTS) … … 21 23 GRAPHLIBS = \ 22 24 libUnitTest.la \ 25 ../libMolecuilderGraph.la \ 23 26 ../libMolecuilder.la \ 24 ../libMolecuilderUI.la \ 25 ../libMolecuilderGraph.la 27 ../libMolecuilderUI.la 26 28 if CONDJOBMARKET 27 29 GRAPHLIBS += \ … … 45 47 BondGraphUnitTest_LDADD = ${GRAPHLIBS} 46 48 49 BreadthFirstSearchGathererUnitTest_SOURCES = \ 50 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \ 51 ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp 52 BreadthFirstSearchGathererUnitTest_LDADD = ${GRAPHLIBS} 47 53 48 54
Note:
See TracChangeset
for help on using the changeset viewer.