summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-07 09:33:53 +0200
committerJim Meyering <meyering@redhat.com>2010-04-07 09:36:57 +0200
commit5935406996ebeec981f33de363acb0523ea367a6 (patch)
tree67347b5222ce132477a930514c78c4524c437658 /tests/Makefile.am
parenta1fce1c4948ab2126bc71377a9d18845cd599d0e (diff)
downloadgrep-5935406996ebeec981f33de363acb0523ea367a6.tar.gz
tests: improve help-version (sync from gzip's version)
* tests/help-version: Cross-check $VERSION and --version output. * tests/Makefile.am (TESTS_ENVIRONMENT): Export VERSION=$(VERSION).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 17c675dd..f91daa86 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -98,6 +98,7 @@ TESTS_ENVIRONMENT = \
fi; \
}; \
export \
+ VERSION='$(VERSION)' \
LOCALE_FR='$(LOCALE_FR)' \
LOCALE_FR_UTF8='$(LOCALE_FR_UTF8)' \
AWK=$(AWK) \