]> git.ipfire.org Git - thirdparty/automake.git/commit
Internationalization tests: prefer `make distdir' over `make dist'.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Sep 2010 14:52:25 +0000 (16:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Sep 2010 10:37:37 +0000 (12:37 +0200)
commit884e0a75879e73c436c9c116dfde6732ff7e9dff
treef98b7d253a977b605878848fbc9a245c09df673d
parent3e1c807be8de4b70fc41e1b10b2df35479c59777
Internationalization tests: prefer `make distdir' over `make dist'.

Instead of running `make dist', then uncompressing the created
tarball, and then grepping the uncompressed tar archive, we can
simply run `make distdir' and analyze the contents of the created
distibution directory.  This is both faster and cleaner.

* tests/pot-msgidbugs.test: Test updated to use `make distdir'
instead of `make dist' where possible.
* tests/pot-no-linguas.test: Likewise.
* tests/pot-override1.test: Likewise.
* tests/pot-xgettext1.test: Likewise.
* tests/pot-xgettext2.test: Likewise.
* tests/pot-xgettext3.test: Likewise.
* tests/pot-xgettext4.test: Likewise.
* tests/pot-download1.test: Likewise, and check the created
distdir instead of the distribution tarball (which is not even
created anymore).
($distdir): New variable.
* tests/pot-format-csharp1.test: Likewise.
* tests/pot-format-java1.test: Likewise.
* tests/pot-format-java2.test: Likewise.
* tests/pot-format-qt1.test: Likewise.
* tests/pot-format-tcl1.test: Likewise.
* tests/pot-linguas.test: Likewise.
* tests/pot-noinst.test: Likewise.
* tests/pot-samedir.test: Likewise.
* tests/pot-topsrcdir.test: Likewise.
18 files changed:
ChangeLog
tests/pot-download1.test
tests/pot-format-csharp1.test
tests/pot-format-java1.test
tests/pot-format-java2.test
tests/pot-format-qt1.test
tests/pot-format-tcl1.test
tests/pot-linguas.test
tests/pot-msgidbugs.test
tests/pot-no-linguas.test
tests/pot-noinst.test
tests/pot-override1.test
tests/pot-samedir.test
tests/pot-topsrcdir.test
tests/pot-xgettext1.test
tests/pot-xgettext2.test
tests/pot-xgettext3.test
tests/pot-xgettext4.test