From 6ea0642ac9061b4cd86d417d4bf5fe3daadef0dd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Oct 2017 16:32:29 +0100 Subject: 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 Closes: #229 Approved by: cgwalters --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 ]) -- cgit v1.2.1