diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-07 10:33:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-07 10:33:47 +0000 |
commit | 6702048c64d54a3af9c5a3f3e80e864a52222bfd (patch) | |
tree | 952a190bbfd1c8904923b3fba3b00216136fca80 /tests | |
parent | 9f5b324ec5e5e21cba7411483330774f370f9f67 (diff) | |
download | coreutils-6702048c64d54a3af9c5a3f3e80e864a52222bfd.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rmdir/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am new file mode 100644 index 000000000..5007a5057 --- /dev/null +++ b/tests/rmdir/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = ignore +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=../../src:$$PATH \ + PROG=rmdir |