Tests: Add TAP helpers in tests/utils/tap
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 21 Feb 2013 21:31:16 +0000 (16:31 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 22 Feb 2013 18:00:22 +0000 (13:00 -0500)
commit86a96e6cf3b4bab2fc7edd0db1b7c87c2374d27a
treef41a2f4f80454dbf5b1f0466a63aaebb60f51371
parent81d029da32ba3c502bdce6ea56b3603eed77e951
Tests: Add TAP helpers in tests/utils/tap

tests/utils/tap/tap.{h,c}:
For use in C tests. You can link against libtap with the usual automake
mechanisms.

tests/utils/tap/tap.sh:
For use in shell scripts tests. Source the script
(e.g. source "tests/utils/tap/tap.sh") to use the relevants TAP functions.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
configure.ac
tests/utils/Makefile.am [new file with mode: 0644]
tests/utils/tap/Makefile.am [new file with mode: 0644]
tests/utils/tap/tap.c [new file with mode: 0644]
tests/utils/tap/tap.h [new file with mode: 0644]
tests/utils/tap/tap.sh [new file with mode: 0755]
This page took 0.025613 seconds and 4 git commands to generate.