Action_Thermostats
Adding_Graph_to_ChangeBondActions
Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
ChemicalSpaceEvaluator
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Exclude_Hydrogens_annealWithBondGraph
Fix_Verbose_Codepatterns
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_continued
ForceAnnealing_with_BondGraph_continued_betteresults
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
Recreated_GuiChecks
StoppableMakroAction
TremoloParser_IncreasedPrecision
Line | |
---|
1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
2 | # Also indentation by a single tab
|
---|
3 |
|
---|
4 | GRAPHTESTSSOURCES = \
|
---|
5 | ../Graph/unittests/AdjacencyListUnitTest.cpp \
|
---|
6 | ../Graph/unittests/BondGraphUnitTest.cpp \
|
---|
7 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp
|
---|
8 |
|
---|
9 | GRAPHTESTSHEADERS = \
|
---|
10 | ../Graph/unittests/AdjacencyListUnitTest.hpp \
|
---|
11 | ../Graph/unittests/BondGraphUnitTest.hpp \
|
---|
12 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
|
---|
13 |
|
---|
14 | GRAPHTESTS = \
|
---|
15 | AdjacencyListUnitTest \
|
---|
16 | BondGraphUnitTest \
|
---|
17 | BreadthFirstSearchGathererUnitTest
|
---|
18 |
|
---|
19 | TESTS += $(GRAPHTESTS)
|
---|
20 | check_PROGRAMS += $(GRAPHTESTS)
|
---|
21 | noinst_PROGRAMS += $(GRAPHTESTS)
|
---|
22 |
|
---|
23 | GRAPHLIBS = \
|
---|
24 | libUnitTest.la \
|
---|
25 | ../libMolecuilderGraph.la \
|
---|
26 | ../libMolecuilder.la \
|
---|
27 | ../libMolecuilderUI.la
|
---|
28 | if CONDJOBMARKET
|
---|
29 | GRAPHLIBS += \
|
---|
30 | ../libMolecuilderJobs.la \
|
---|
31 | ../libMolecuilderJobs_Work.la
|
---|
32 | endif
|
---|
33 | GRAPHLIBS += \
|
---|
34 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
---|
35 | ${CodePatterns_LIBS} \
|
---|
36 | $(BOOST_LIB)
|
---|
37 |
|
---|
38 |
|
---|
39 | AdjacencyListUnitTest_SOURCES = \
|
---|
40 | ../Graph/unittests/AdjacencyListUnitTest.cpp \
|
---|
41 | ../Graph/unittests/AdjacencyListUnitTest.hpp
|
---|
42 | AdjacencyListUnitTest_LDADD = ${ALLLIBS}
|
---|
43 |
|
---|
44 | BondGraphUnitTest_SOURCES = \
|
---|
45 | ../Graph/unittests/BondGraphUnitTest.cpp \
|
---|
46 | ../Graph/unittests/BondGraphUnitTest.hpp
|
---|
47 | BondGraphUnitTest_LDADD = ${GRAPHLIBS}
|
---|
48 |
|
---|
49 | BreadthFirstSearchGathererUnitTest_SOURCES = \
|
---|
50 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp \
|
---|
51 | ../Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp
|
---|
52 | BreadthFirstSearchGathererUnitTest_LDADD = ${GRAPHLIBS}
|
---|
53 |
|
---|
54 |
|
---|
55 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
Note:
See
TracBrowser
for help on using the repository browser.