diff options
| author | Ulrich Drepper <[email protected]> | 2007-06-06 00:09:36 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2007-06-06 00:09:36 +0000 |
| commit | b0243863149acde9e42b25688c7c2959830e69a9 (patch) | |
| tree | b0aa28cf6e13bb45f3bbaccbc89ff453443a9794 /tests | |
| parent | f66c8d886fca8ccac992e734fc56e228ce5d9c1a (diff) | |
Prepare for 0.128 release.
Minor fixes.
Update gettext files to 0.16.1.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index e4c2f88a..c4166446 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2007-06-05 Ulrich Drepper <[email protected]> + + * Makefile.am (EXTRA_DIST): Add missing line continuation and + testfile37.bz and testfile37.debug.bz2. + 2007-05-23 Roland McGrath <[email protected]> * run-allregs.sh: Update expected Alpha results. diff --git a/tests/Makefile.am b/tests/Makefile.am index f485acd1..ec312c32 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -122,8 +122,9 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \ testfile29.bz2 testfile29.rdwr.bz2 \ testfile30.bz2 testfile31.bz2 testfile32.bz2 testfile33.bz2 \ - testfile34.bz2 testfile35.bz2 testfile35.debug.bz2 - testfile36.bz2 testfile36.debug.bz2 + testfile34.bz2 testfile35.bz2 testfile35.debug.bz2 \ + testfile36.bz2 testfile36.debug.bz2 \ + testfile37.bz2 testfile37.debug.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \ |
