From: Jim Meyering Date: Thu, 27 Apr 2000 12:09:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa3bb4033bbac11a3b9ef02a5ab4e868c979ffc1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- 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