summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-26 22:21:22 -0600
committerEric Blake <ebb9@byu.net>2009-10-27 19:53:37 -0600
commit1a813420896317aecf5598f76c852195796e534b (patch)
tree8c975b5ea13181dd3e95e90277fb1d933c13c99f /tests/Makefile.am
parent0cc0424119ec66c9005fb905cc1001a64b978ce3 (diff)
downloadcoreutils-1a813420896317aecf5598f76c852195796e534b.tar.xz
tests: add printenv coverage
* tests/misc/printenv: New test. * tests/Makefile.am (TESTS): Run it. * .gitignore: Ignore more cruft.
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 03fe6f17f..731f65783 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -192,6 +192,7 @@ TESTS = \
misc/od-x8 \
misc/paste \
misc/pathchk1 \
+ misc/printenv \
misc/printf \
misc/printf-cov \
misc/printf-hex \