diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-26 14:49:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-26 14:49:16 +0000 |
commit | 71bd32137949ccc679a7a437ea22b09b175fa32f (patch) | |
tree | 35b65404d15305db5c9d0ba3eeb6fe844ee4bb9b /tests | |
parent | 93449adfa44b53b8b961a2a64f60d6d8ab0680ac (diff) | |
download | coreutils-71bd32137949ccc679a7a437ea22b09b175fa32f.tar.gz coreutils-71bd32137949ccc679a7a437ea22b09b175fa32f.tar.bz2 coreutils-71bd32137949ccc679a7a437ea22b09b175fa32f.zip |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dircolors/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/dircolors/Makefile.am b/tests/dircolors/Makefile.am new file mode 100644 index 000000000..18355ec51 --- /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 |