diff options
-rw-r--r-- | tests/cp/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index 4fc0e33d8..b003362e9 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,6 +1,8 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src +TESTS = \ + backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \ + same-file EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm |