]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add no-create-missing.
authorJim Meyering <jim@meyering.net>
Wed, 17 Apr 2002 08:54:32 +0000 (08:54 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Apr 2002 08:54:32 +0000 (08:54 +0000)
tests/touch/Makefile.am

index 52fc5396456798ca84f943cb5d1f3cad05e35221..53c680032ca66a5f4747485a67f075f1e1204107 100644 (file)
@@ -1,7 +1,9 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
 AUTOMAKE_OPTIONS = 1.3 gnits
 
-TESTS = fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent
+TESTS = \
+  no-create-missing \
+  fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent
 EXTRA_DIST = $(TESTS)
 TESTS_ENVIRONMENT = \
   host_triplet=$(host_triplet) \