diff options
| author | Mark Wielaard <[email protected]> | 2016-08-30 13:42:31 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-08-30 13:42:31 +0200 |
| commit | 16bf45fa4de189693a3c2e0a5ed675dad7243e0b (patch) | |
| tree | c045d317cd53ebf81bd641623a8e2d24ea54436e | |
| parent | 4512aba06f73704d53cc2ba86f47b9340914e0f2 (diff) | |
tests: Fix --enable-gcov tests build. Add libdw to LDADD for asm_tsts.
Signed-off-by: Mark Wielaard <[email protected]>
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 2e9aa0d0..a0eb4c6b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2016-08-30 Mark Wielaard <[email protected]> + + * Makefile.am (asm_tst?_LDADD): Add libdw. + 2016-08-25 Mark Wielaard <[email protected]> * backtrace-child.c: Disable and add documentation about why we disable diff --git a/tests/Makefile.am b/tests/Makefile.am index 632b3a30..e331cb55 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -423,15 +423,15 @@ funcretval_LDADD = $(libdw) $(argp_LDADD) allregs_LDADD = $(libdw) $(argp_LDADD) find_prologues_LDADD = $(libdw) $(argp_LDADD) #show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) -asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) -ldl -asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) -ldl +asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl +asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl rdwrmmap_LDADD = $(libelf) dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl |
