From: Christian Babeux Date: Thu, 21 Feb 2013 21:31:16 +0000 (-0500) Subject: Tests: Add TAP helpers in tests/utils/tap X-Git-Tag: v2.2.0-rc1~60^2~27 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=86a96e6cf3b4bab2fc7edd0db1b7c87c2374d27a;hp=86a96e6cf3b4bab2fc7edd0db1b7c87c2374d27a 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 ---