We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5677e23 commit a0ed185Copy full SHA for a0ed185
Makefile.am
@@ -65,12 +65,14 @@ unit_tests_1_SOURCES = $(common_src) \
65
tests/unittest/test_utilities.cpp
66
67
unit_tests_2_SOURCES = $(common_src) \
68
- tests/unittest/test_runner.cpp \
69
tests/unittest/test_mcmc.cpp \
70
tests/unittest/test_updatePairHap.cpp \
71
tests/unittest/test_workflow.cpp
72
73
-unit_tests_SOURCES = $(unit_tests_1_SOURCES) $(unit_tests_2_SOURCES)
+unit_tests_SOURCES = $(unit_tests_1_SOURCES) \
+ $(unit_tests_2_SOURCES) \
74
+ tests/unittest/test_runner.cpp
75
+
76
77
unit_tests_CXXFLAGS = $(common_flags) -DNDEBUG -DUNITTEST -Wno-write-strings --coverage
78
unit_tests_LDADD = -lcppunit -ldl $(common_LDADD)
0 commit comments