Corrected libraries dependencies for some of the unit tests.
This commit is contained in:
parent
4a463aca3b
commit
57b2fc463a
1 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ data_tests_SOURCES = \
|
|||
test/data_tests.cc
|
||||
|
||||
data_tests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||
data_tests_LDADD = libledger_data.la $(math_tests_LDADD)
|
||||
data_tests_LDADD = libledger_data.la $(expr_tests_LDADD)
|
||||
|
||||
report_tests_SOURCES = \
|
||||
test/UnitTests.cc \
|
||||
|
|
@ -341,7 +341,7 @@ report_tests_SOURCES = \
|
|||
test/report_tests.cc
|
||||
|
||||
report_tests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
|
||||
report_tests_LDADD = libledger_report.la $(math_tests_LDADD)
|
||||
report_tests_LDADD = libledger_report.la $(data_tests_LDADD)
|
||||
|
||||
all_tests_sources = \
|
||||
$(util_tests_SOURCES) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue