ForceAnnealing_oldresults
IndependentFragmentGrids_IntegrationTest
Rev | Line | |
---|
[629e43] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
| 2 | # Also indentation by a single tab
|
---|
| 3 |
|
---|
| 4 | GRAPHTESTSSOURCES = \
|
---|
[0fad93] | 5 | ../Graph/unittests/AdjacencyListUnitTest.cpp \
|
---|
[89235ea] | 6 | ../Graph/unittests/BondGraphUnitTest.cpp \
|
---|
| 7 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp
|
---|
[629e43] | 8 |
|
---|
| 9 | GRAPHTESTSHEADERS = \
|
---|
[0fad93] | 10 | ../Graph/unittests/AdjacencyListUnitTest.hpp \
|
---|
[89235ea] | 11 | ../Graph/unittests/BondGraphUnitTest.hpp \
|
---|
| 12 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
|
---|
[629e43] | 13 |
|
---|
| 14 | GRAPHTESTS = \
|
---|
[0fad93] | 15 | AdjacencyListUnitTest \
|
---|
[89235ea] | 16 | BondGraphUnitTest \
|
---|
| 17 | BreadthFirstSearchGathererUnitTest
|
---|
[629e43] | 18 |
|
---|
| 19 | TESTS += $(GRAPHTESTS)
|
---|
| 20 | check_PROGRAMS += $(GRAPHTESTS)
|
---|
| 21 | noinst_PROGRAMS += $(GRAPHTESTS)
|
---|
| 22 |
|
---|
| 23 | GRAPHLIBS = \
|
---|
[e9e86f] | 24 | libUnitTest.la \
|
---|
[89235ea] | 25 | ../libMolecuilderGraph.la \
|
---|
[748fc7] | 26 | ../libMolecuilder.la \
|
---|
[89235ea] | 27 | ../libMolecuilderUI.la
|
---|
[eb0d77] | 28 | if CONDJOBMARKET
|
---|
| 29 | GRAPHLIBS += \
|
---|
[cb98f1] | 30 | ../libMolecuilderJobs.la \
|
---|
| 31 | ../libMolecuilderJobs_Work.la
|
---|
[eb0d77] | 32 | endif
|
---|
| 33 | GRAPHLIBS += \
|
---|
[4ecb2d] | 34 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
---|
[629e43] | 35 | ${CodePatterns_LIBS} \
|
---|
| 36 | $(BOOST_LIB)
|
---|
| 37 |
|
---|
| 38 |
|
---|
[e9e86f] | 39 | AdjacencyListUnitTest_SOURCES = \
|
---|
[0fad93] | 40 | ../Graph/unittests/AdjacencyListUnitTest.cpp \
|
---|
| 41 | ../Graph/unittests/AdjacencyListUnitTest.hpp
|
---|
| 42 | AdjacencyListUnitTest_LDADD = ${ALLLIBS}
|
---|
| 43 |
|
---|
[e9e86f] | 44 | BondGraphUnitTest_SOURCES = \
|
---|
[629e43] | 45 | ../Graph/unittests/BondGraphUnitTest.cpp \
|
---|
| 46 | ../Graph/unittests/BondGraphUnitTest.hpp
|
---|
| 47 | BondGraphUnitTest_LDADD = ${GRAPHLIBS}
|
---|
| 48 |
|
---|
[89235ea] | 49 | BreadthFirstSearchGathererUnitTest_SOURCES = \
|
---|
| 50 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
|
---|
| 51 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
|
---|
| 52 | BreadthFirstSearchGathererUnitTest_LDADD = ${GRAPHLIBS}
|
---|
[629e43] | 53 |
|
---|
| 54 |
|
---|
| 55 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
Note:
See
TracBrowser
for help on using the repository browser.