diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:29:09 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:30:09 (EDT) |
commit | 2c6a49ea4ad01b6ebcaf2505bfbd6062ea714e2e (patch) | |
tree | 1c7b3eb551c82ee1dcd0422aea89cc029ccf4fe3 /tests/local.mk | |
parent | 2e33cbe10097e861fbc7a2a9352b059cd0925fce (diff) |
tests/exe/ob-buildenv.sh: Move test package setup to tests/aux/setup.sh
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 3f78473..f3a5772 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -9,6 +9,7 @@ TESTS = \ %reldir%/exe/ob-buildenv.sh TEST_EXTENSIONS = .sh SH_LOG_DRIVER = \ + $(SHELL) $(top_srcdir)/tests/aux/setup.sh && \ AM_TAP_AWK='$(AWK)' \ TOP_SRCDIR="$(top_srcdir)" \ TOP_BUILDDIR="$(top_builddir)" \ |