From fa3bb4033bbac11a3b9ef02a5ab4e868c979ffc1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Apr 2000 12:09:44 +0000 Subject: [PATCH] *** empty log message *** --- tests/du/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/du/Makefile.am diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am new file mode 100644 index 0000000000..873b371e83 --- /dev/null +++ b/tests/du/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = two-args +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH -- 2.47.3