diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-08 14:41:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-08 14:41:57 +0000 |
commit | 965a1e5a94154d902282a9fa562f03ae619cc19d (patch) | |
tree | 3a8f8c2830ffd906041ae9d080b7394c44f20d5d /tests/basename | |
parent | bee00278e6a4b85be2c3b13f0b72dcfe062d6d68 (diff) | |
download | coreutils-965a1e5a94154d902282a9fa562f03ae619cc19d.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/basename')
-rw-r--r-- | tests/basename/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/basename/Makefile.am b/tests/basename/Makefile.am new file mode 100644 index 000000000..8e3c959b6 --- /dev/null +++ b/tests/basename/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = basic +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=../../src:$$PATH \ + PROG=basename |