This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Fix missing tests/ EXTRA_DIST for files by me


Hi,

sorry I forgot to add some recent test files to EXTRA_DIST.  For make dist:

SKIP: run-addrname-test.sh
All 88 tests passed
(1 test was not run)
->
All 89 tests passed

Checked in as obvious.


Regards,
Jan


commit d7ed0254bcdeeed0ed2b69d864afcd9d5492d0a0
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Oct 27 21:31:58 2012 +0200

    tests/
    	* 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>

diff --git a/tests/ChangeLog b/tests/ChangeLog
index 9e8ad2c..edb82b4 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -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.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4775b37..f2d2484 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]