diff options
| author | Mark Wielaard <[email protected]> | 2013-07-02 16:16:58 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-07-02 16:16:58 +0200 |
| commit | 263d7eed708f3028e855b25a8692bb3d3b70c704 (patch) | |
| tree | f807f8fa57e2123957d08409b1f2509abb9a32f6 | |
| parent | 24b26ec1aaf4dc87d274f1786a1ad83b3ec2ba25 (diff) | |
tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2.
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index eca60c39..a080a737 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in + testfilenolines.bz2. + 2013-05-30 Jan Kratochvil <[email protected]> * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2, diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d819c5b..4fe00223 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -199,7 +199,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile70.core.bz2 testfile70.exec.bz2 \ run-dwfllines.sh run-dwfl-report-elf-align.sh \ testfile-dwfl-report-elf-align-shlib.so.bz2 \ - testfilenolines test-core-lib.so.bz2 test-core.core.bz2 \ + testfilenolines.bz2 test-core-lib.so.bz2 test-core.core.bz2 \ test-core.exec.bz2 if USE_VALGRIND |
