Tests: Replace prove by autotools tap runner
[lttng-ust.git] / configure.ac
index 7415373190441e0e138b1091ef36ec99b1828bca..26c3b1d7a4caf38c573f79366eea88d60cb180f1 100644 (file)
@@ -33,6 +33,8 @@ AM_MAINTAINER_MODE([enable])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_SRCDIR([include/lttng/tracepoint.h])
 
+AC_REQUIRE_AUX_FILE([tap-driver.sh])
+
 # Configuration options, which will be installed in the config.h
 AC_CONFIG_HEADERS([config.h include/lttng/ust-config.h])
 AH_TEMPLATE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.])
This page took 0.026311 seconds and 4 git commands to generate.