summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-06 16:32:29 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-10-06 16:31:19 +0000
commit6ea0642ac9061b4cd86d417d4bf5fe3daadef0dd (patch)
tree8b9d91880a5012453bed141cffaade8e75f41dcc /configure.ac
parent6d82e000880c84e7ae679f344c18576823a0449e (diff)
downloadbubblewrap-6ea0642ac9061b4cd86d417d4bf5fe3daadef0dd.tar.gz
tests: Interpret stdout as TAP syntax
The main thing this gets us is the ability to see when the build-time test was skipped. Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #229 Approved by: cgwalters
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b96b5e2..d7a9f23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,6 +116,9 @@ AS_IF([ test "x$enable_require_userns" = "xyes" ], [
AC_DEFINE(ENABLE_REQUIRE_USERNS, 1, [Define if userns should be used by default in suid mode])
])
+AC_PROG_AWK
+AC_REQUIRE_AUX_FILE([tap-driver.sh])
+
AC_CONFIG_FILES([
Makefile
])