From: Michael Jeanson Date: Fri, 8 Dec 2017 16:00:17 +0000 (-0500) Subject: Tests: Replace prove by autotools tap runner X-Git-Tag: v0.11.0~44 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228;hp=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228;p=userspace-rcu.git Tests: Replace prove by autotools tap runner This patch removes the dependency on the prove perl script to run the TAP test suite. It replaces it with the autotools shell TAP driver that only requires a shell and awk. Custom arguments can be passed to the test runner with env variables as follow: env LOG_DRIVER_FLAGS='--comments --ignore-exit' \ TESTS='foo.test baz.test' make -e check This tap driver also creates a log file for each test that can then be used by another system to build a test report. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---