diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-27 20:35:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-27 20:35:16 +0000 |
commit | 07507c07daacc732f9d10c31d3f10788f9827d3e (patch) | |
tree | adf964e74b91d193c47c7ae93d6b1e21fff5c7ea | |
parent | c96968a2a39f5a24782960486c06f6e8f92ab879 (diff) | |
download | coreutils-07507c07daacc732f9d10c31d3f10788f9827d3e.tar.xz |
(TESTS): Add same-file.
-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 |