Tests: Replace prove by autotools tap runner
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 12 May 2016 15:01:18 +0000 (11:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 May 2016 16:00:45 +0000 (12:00 -0400)
commit6196d3a09915524c719f0a6eee0f05ff1005cb1c
treed7612c7bb36dd412ca0899eb716576a8f2146ab5
parent9aa3d4e5992d218c25ab9ddcc1a21c01145d6ade
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
Makefile.am
configure.ac
tests/Makefile.am
tests/README
tests/run.sh [deleted file]
tests/test_loop [deleted file]
tests/unit_tests [deleted file]
This page took 0.025493 seconds and 4 git commands to generate.