diff options
-rw-r--r-- | tests/touch/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index c46f5edf7..633ad0abd 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -119,7 +119,10 @@ am__quote = @am__quote@ install_sh = @install_sh@ 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) \ |