diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-22 13:16:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-22 13:16:48 +0000 |
commit | 5d461b6c450257feb2a306ee755636a4b8d0c79e (patch) | |
tree | 2b649ff84ed6eccb0833487990d9f0879cfc5b67 /tests | |
parent | 62471a036d2b0ed7d943235a2fbe97aceab49a87 (diff) | |
download | coreutils-5d461b6c450257feb2a306ee755636a4b8d0c79e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/od/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am new file mode 100644 index 000000000..632c78025 --- /dev/null +++ b/tests/od/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. + +EXTRA_DIST = $(TESTS) + +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=`pwd`/../../src:$$PATH + +TESTS = od-N |