From 6702048c64d54a3af9c5a3f3e80e864a52222bfd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Nov 1999 10:33:47 +0000 Subject: [PATCH] . --- tests/rmdir/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/rmdir/Makefile.am diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am new file mode 100644 index 0000000000..5007a50571 --- /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 -- 2.47.3