summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-05-07 18:19:16 -0700
committerRoland McGrath <[email protected]>2009-05-07 18:19:16 -0700
commit0c735a9f6e2a47ba06914de1eb84bfa4300b4b03 (patch)
tree961d54de79b71d5aac6cb9c979ef9ca49a331b82 /tests
parentf3df61f7514b4c217b4bf16a62c93493bb1fef56 (diff)
Cosmetic fixup and missed EXTRA_DIST file.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog6
-rw-r--r--tests/Makefile.am3
2 files changed, 5 insertions, 4 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 66d2a97e..e31dcbb4 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -3,14 +3,14 @@
* testfile51.bz2: New data file.
* dwarf-getmacros.c: New test core.
* run-dwarf-getmacros.sh: New test wrapper.
- * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST,
- dwarf_getmacros_LDADD): Add new files.
+ * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them.
+ (dwarf_getmacros_LDADD): New variable.
2009-04-23 Ulrich Drepper <[email protected]>
* Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
(rdwrmmap_LDADD): Add $(libmudflap).
-
+
2009-04-21 Roland McGrath <[email protected]>
* testfile50.bz2: New data file.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f2341ae0..956b7253 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -119,6 +119,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
run-find-prologues.sh run-allregs.sh run-native-test.sh \
run-addrname-test.sh run-dwfl-bug-offline-rel.sh \
run-dwfl-addr-sect.sh run-early-offscn.sh \
+ run-dwarf-getmacros.sh \
testfile15.bz2 testfile15.debug.bz2 \
testfile16.bz2 testfile16.debug.bz2 \
testfile17.bz2 testfile17.debug.bz2 \
@@ -141,7 +142,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
testfile44.S.bz2 testfile44.expect.bz2 run-disasm-x86.sh \
testfile45.S.bz2 testfile45.expect.bz2 run-disasm-x86-64.sh \
testfile46.bz2 testfile47.bz2 testfile48.bz2 testfile48.debug.bz2 \
- testfile49.bz2 testfile50.bz2 run-dwarf-getmacros.sh
+ testfile49.bz2 testfile50.bz2 testfile51.bz2
installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \
bindir=$(DESTDIR)$(bindir) \