diff options
| author | Jim Meyering <jim@meyering.net> | 2001-08-18 16:13:16 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-08-18 16:13:16 +0000 |
| commit | 7650a9d9e4c0eb5083cc64abeb975c43cd06571b (patch) | |
| tree | a2994927e3cae60c0ae0044436b5ea3731368095 /tests/expr/Makefile.am | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-7650a9d9e4c0eb5083cc64abeb975c43cd06571b.tar.gz coreutils-7650a9d9e4c0eb5083cc64abeb975c43cd06571b.zip | |
*** empty log message ***
Diffstat (limited to 'tests/expr/Makefile.am')
| -rw-r--r-- | tests/expr/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/expr/Makefile.am b/tests/expr/Makefile.am new file mode 100644 index 000000000..82cb59a62 --- /dev/null +++ b/tests/expr/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.3b gnits + +TESTS = basic +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=`pwd`/../../src:$$PATH \ + PROG=expr |
