diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:32 +0000 |
commit | 1df5e317dce3ca9290cfbc64d4547b54051acfe5 (patch) | |
tree | aec7b23f34320494a44b85d0097205deb7321b51 /tests | |
parent | 950d7008ea488130ada245965f932fdc6dd5ad71 (diff) | |
download | coreutils-1df5e317dce3ca9290cfbc64d4547b54051acfe5.tar.xz |
(TESTS): Add no-create-missing.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 52fc53964..53c680032 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -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) \ |