]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 27 Oct 2012 19:31:58 +0000 (21:31 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 27 Oct 2012 19:31:58 +0000 (21:31 +0200)
* Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
testfile69.core.bz2 and testfile69.so.bz2 .

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
tests/ChangeLog
tests/Makefile.am

index 9e8ad2c15e417deff947251a1048cb9fd39951d5..edb82b482b5665ba25e4b7b1f35f13f51e35cf3a 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
+       testfile69.core.bz2 and testfile69.so.bz2 .
+
 2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * run-addrname-test.sh: New test for DSO with build-id bias.
index 4775b379e10b0d7a6bdb564690fcbbb66a15298f..f2d2484af7e7ae2e5acf843352c1b6c4eb99aa62 100644 (file)
@@ -179,7 +179,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
             run-test-archive64.sh testarchive64.a.bz2 \
             testfile60.bz2 testfile61.bz2 \
             run-readelf-vmcoreinfo.sh testfile62.bz2 \
-            run-readelf-mixed-corenote.sh testfile63.bz2
+            run-readelf-mixed-corenote.sh testfile63.bz2 testfile64.bz2 \
+            testfile65.bz2 testfile69.core.bz2 testfile69.so.bz2
 
 if USE_VALGRIND
 valgrind_cmd="valgrind -q --trace-children=yes --error-exitcode=1"