diff options
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 |