diff options
| author | Mark Wielaard <[email protected]> | 2012-07-19 13:07:39 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2012-07-19 13:07:39 +0200 |
| commit | 714ea0ec612225e1d5bed6ef0ea7bb8c135ae4c4 (patch) | |
| tree | d3e6a493a6f5e152ba179465e8a3ae6a853fa130 | |
| parent | 7b2aea5c8ef0f47e52c8597292cd8f76c7f17274 (diff) | |
test_cleanup run-unstrip-n.sh and add testcore-rtlib-ppc.bz2 to EXTRA_DIST.
Signed-off-by: Mark Wielaard <[email protected]>
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 | ||||
| -rwxr-xr-x | tests/run-unstrip-n.sh | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 63ca9b7b..cc0f2432 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2012-07-19 Mark Wielaard <[email protected]> + + * run-unstrip-n.sh: test_cleanup. + * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2. + 2012-07-11 Mark Wielaard <[email protected]> * run-readelf-macro.sh: New test. diff --git a/tests/Makefile.am b/tests/Makefile.am index bffa571e..fcbabf07 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -161,7 +161,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-readelf-d.sh testlib_dynseg.so.bz2 \ run-readelf-gdb_index.sh testfilegdbindex5.bz2 \ testfilegdbindex7.bz2 \ - run-unstrip-n.sh testcore-rtlib.bz2 \ + run-unstrip-n.sh testcore-rtlib.bz2 testcore-rtlib-ppc.bz2 \ run-low_high_pc.sh testfile_low_high_pc.bz2 \ run-macro-test.sh testfile-macinfo.bz2 testfile-macros.bz2 diff --git a/tests/run-unstrip-n.sh b/tests/run-unstrip-n.sh index a2f0d6c0..1353b1dd 100755 --- a/tests/run-unstrip-n.sh +++ b/tests/run-unstrip-n.sh @@ -51,4 +51,6 @@ testrun_compare ../src/unstrip -n --core=testcore-rtlib-ppc <<\EOF 0xffb0000+0x50000 edec437a85026a1cf8cda94003706202733130c1@0xffb0124 /lib/ld.so.1 - ld.so.1 EOF +test_cleanup + exit 0 |
