]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add printf-hex.
authorJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 09:23:50 +0000 (09:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 09:23:50 +0000 (09:23 +0000)
tests/misc/Makefile.am

index ace608ae5bdca6b4207f3d03387748e1f5c1859a..83ff2b7cefeabd14d164e0804de4de5bc20b8c6d 100644 (file)
@@ -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