From 71bd32137949ccc679a7a437ea22b09b175fa32f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 26 Aug 1998 14:49:16 +0000 Subject: [PATCH] . --- tests/dircolors/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/dircolors/Makefile.am diff --git a/tests/dircolors/Makefile.am b/tests/dircolors/Makefile.am new file mode 100644 index 0000000000..18355ec517 --- /dev/null +++ b/tests/dircolors/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. + +EXTRA_DIST = $(TESTS) Fetish.pm simple + +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=../../src:$$PATH \ + DIRCOLORS=dircolors + +TESTS = run-test -- 2.47.3