summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 09:23:50 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 09:23:50 +0000
commit76e1efd9554b24e44c0656cf9404aa49b0ea65e7 (patch)
tree08228185db2a692e92c36981b62e7a0a95e98108 /tests
parent2929e95fb7fdc150a7fdf96e6145c9a833402408 (diff)
downloadcoreutils-76e1efd9554b24e44c0656cf9404aa49b0ea65e7.tar.xz
(TESTS): Add printf-hex.
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index ace608ae5..83ff2b7ce 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -9,4 +9,6 @@ TESTS_ENVIRONMENT = \
PATH=`pwd`/../../src:$$PATH \
PROG=$$tst
-TESTS = nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
+TESTS = \
+ printf-hex \
+ nl split-l printf split-a head-pos sort head-c csplit nice pathchk1