From: Michael Jeanson Date: Fri, 29 Apr 2016 18:35:06 +0000 (-0400) Subject: Tests: Replace prove by autotools tap runner X-Git-Tag: v1.4.0-rc1~32 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=022dd2b409eb3126f414986c91db128d79f1ee9b;hp=022dd2b409eb3126f414986c91db128d79f1ee9b 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: Jérémie Galarneau ---