From: Bruno Haible Date: Fri, 4 Aug 2006 14:08:53 +0000 (+0000) Subject: Add a test that should already have been added on 2005-10-02. X-Git-Tag: 0.16.x-branchpoint~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b1d5c1acfb4fa30e8b435ae78a925f48850a88;p=thirdparty%2Fgettext.git Add a test that should already have been added on 2005-10-02. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index be18c054d..91ecef9e4 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2006-08-04 Bruno Haible + + * Makefile.am (TESTS): Really add msgfmt-qt-2. + 2006-08-02 Bruno Haible * lang-c: Replace ../lib with ../gnulib-lib. diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index ec7d48128..d0c87f734 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -44,7 +44,7 @@ TESTS = gettext-1 gettext-2 gettext-3 gettext-4 gettext-5 gettext-6 gettext-7 \ msgfmt-8 msgfmt-9 msgfmt-10 msgfmt-11 msgfmt-12 msgfmt-13 msgfmt-14 \ msgfmt-15 \ msgfmt-properties-1 \ - msgfmt-qt-1 \ + msgfmt-qt-1 msgfmt-qt-2 \ msggrep-1 msggrep-2 msggrep-3 msggrep-4 msggrep-5 msggrep-6 msggrep-7 \ msggrep-8 \ msginit-1 msginit-2 \