From dcb3313b93f4e3cc93a3510cf96639f2dd587687 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 6 Sep 2010 14:34:09 +0200 Subject: [PATCH] List internationalization tests in tests/Makefile.am. * tests/Makefile.am (TESTS, XFAIL_TESTS): Add internationalization tests `pot-*.test' introduced in previous commits. --- ChangeLog | 4 ++++ tests/Makefile.am | 50 ++++++++++++++++++++++++++++++++++++++++++++++- tests/Makefile.in | 50 ++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 102 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dd4e0018..ef24a5d1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-09-06 Stefano Lattarini + List internationalization tests in tests/Makefile.am. + * tests/Makefile.am (TESTS, XFAIL_TESTS): Add internationalization + tests `pot-*.test' introduced in previous commits. + Make internationalization tests executable. * tests/pot-macro-warn.test: Made executable. * tests/pot-enable1.test: Likewise. diff --git a/tests/Makefile.am b/tests/Makefile.am index d86b03b35..b9197df0f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,31 @@ all.test \ auxdir2.test \ cond17.test \ gcj6.test \ -txinfo5.test +txinfo5.test \ +pot-copyright.test \ +pot-download1.test \ +pot-empty.test \ +pot-enable1.test \ +pot-enable2.test \ +pot-format-csharp1.test \ +pot-format-java1.test \ +pot-format-java2.test \ +pot-format-qt1.test \ +pot-format-tcl1.test \ +pot-linguas.test \ +pot-macro-warn.test \ +pot-msgidbugs.test \ +pot-no-linguas.test \ +pot-noinst.test \ +pot-override1.test \ +pot-samedir.test \ +pot-topsrcdir.test \ +pot-warn1.test \ +pot-warn2.test \ +pot-xgettext1.test \ +pot-xgettext2.test \ +pot-xgettext3.test \ +pot-xgettext4.test include $(srcdir)/parallel-tests.am @@ -585,6 +609,30 @@ pluseq7.test \ pluseq8.test \ pluseq9.test \ pluseq10.test \ +pot-copyright.test \ +pot-download1.test \ +pot-empty.test \ +pot-enable1.test \ +pot-enable2.test \ +pot-format-csharp1.test \ +pot-format-java1.test \ +pot-format-java2.test \ +pot-format-qt1.test \ +pot-format-tcl1.test \ +pot-linguas.test \ +pot-macro-warn.test \ +pot-msgidbugs.test \ +pot-no-linguas.test \ +pot-noinst.test \ +pot-override1.test \ +pot-samedir.test \ +pot-topsrcdir.test \ +pot-warn1.test \ +pot-warn2.test \ +pot-xgettext1.test \ +pot-xgettext2.test \ +pot-xgettext3.test \ +pot-xgettext4.test \ postproc.test \ ppf77.test \ pr2.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 77ec8886e..ac1414196 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -255,7 +255,31 @@ all.test \ auxdir2.test \ cond17.test \ gcj6.test \ -txinfo5.test +txinfo5.test \ +pot-copyright.test \ +pot-download1.test \ +pot-empty.test \ +pot-enable1.test \ +pot-enable2.test \ +pot-format-csharp1.test \ +pot-format-java1.test \ +pot-format-java2.test \ +pot-format-qt1.test \ +pot-format-tcl1.test \ +pot-linguas.test \ +pot-macro-warn.test \ +pot-msgidbugs.test \ +pot-no-linguas.test \ +pot-noinst.test \ +pot-override1.test \ +pot-samedir.test \ +pot-topsrcdir.test \ +pot-warn1.test \ +pot-warn2.test \ +pot-xgettext1.test \ +pot-xgettext2.test \ +pot-xgettext3.test \ +pot-xgettext4.test parallel_tests = check-p.test check10-p.test check11-p.test \ check2-p.test check3-p.test check4-p.test check5-p.test \ @@ -796,6 +820,30 @@ pluseq7.test \ pluseq8.test \ pluseq9.test \ pluseq10.test \ +pot-copyright.test \ +pot-download1.test \ +pot-empty.test \ +pot-enable1.test \ +pot-enable2.test \ +pot-format-csharp1.test \ +pot-format-java1.test \ +pot-format-java2.test \ +pot-format-qt1.test \ +pot-format-tcl1.test \ +pot-linguas.test \ +pot-macro-warn.test \ +pot-msgidbugs.test \ +pot-no-linguas.test \ +pot-noinst.test \ +pot-override1.test \ +pot-samedir.test \ +pot-topsrcdir.test \ +pot-warn1.test \ +pot-warn2.test \ +pot-xgettext1.test \ +pot-xgettext2.test \ +pot-xgettext3.test \ +pot-xgettext4.test \ postproc.test \ ppf77.test \ pr2.test \ -- 2.47.2