diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 10:40:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 10:40:30 +0000 |
commit | ad1a2f76cef5ce610a204c8fa08a021aa7152887 (patch) | |
tree | 23834e46faa16ec2746070ed278366a2c7dac5c7 /tests | |
parent | a7a6111f8143295fc37d16b04dd92a89f1ad849f (diff) | |
download | coreutils-ad1a2f76cef5ce610a204c8fa08a021aa7152887.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cp/Makefile.am | 1 | ||||
-rw-r--r-- | tests/ln/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index fcd9c807d..cb045928c 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,3 +1,4 @@ +## 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 diff --git a/tests/ln/Makefile.am b/tests/ln/Makefile.am index 66781337c..444fa598b 100644 --- a/tests/ln/Makefile.am +++ b/tests/ln/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.2 gnits TESTS = sf-1 |