diff options
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index ee480743..8a6c4d22 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2013-11-26 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add run-funcretval.sh. + 2013-11-25 Petr Machata <[email protected]> * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files. diff --git a/tests/Makefile.am b/tests/Makefile.am index 9615d6ea..cedb6845 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -218,7 +218,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile_entry_value.c testfile_entry_value.bz2 \ testfile_implicit_value.c testfile_implicit_value.bz2 \ testfile_aarch64_core.bz2 \ - funcretval_test.c funcretval_test_aarch64.bz2 + run-funcretval.sh funcretval_test.c funcretval_test_aarch64.bz2 if USE_VALGRIND valgrind_cmd='valgrind -q --trace-children=yes --error-exitcode=1 --run-libc-freeres=no' |
