summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorbea.com!thallgre <bea.com!thallgre>2004-08-18 15:16:46 +0000
committerbea.com!thallgre <bea.com!thallgre>2004-08-18 15:16:46 +0000
commit42a90f14d5b324e3b8cf5a98760b646d1d0706c3 (patch)
tree1ade6ead527abe01c2423f2a98142859e1df668b /tests/Makefile.am
parent48cc8c5712f2565c5f71cbff56019fa4f0f13776 (diff)
downloadlibunwind-42a90f14d5b324e3b8cf5a98760b646d1d0706c3.tar.gz
(check_PROGRAMS_common): Mention test-strerror.
(Logical change 1.245)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e4c1017e..d1f81fa0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,7 +4,8 @@ EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper \
run-check-namespace check-namespace.sh.in
noinst_PROGRAMS_common =
-check_PROGRAMS_common = test-init-remote test-proc-info test-static-link
+check_PROGRAMS_common = test-init-remote test-proc-info test-static-link \
+ test-strerror
check_SCRIPTS_common = run-check-namespace
if REMOTE_ONLY