Convert test suite to the TAP test protocol
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Jul 2020 21:09:36 +0000 (17:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Jul 2020 22:33:25 +0000 (18:33 -0400)
commit544cdc886388327d052a26672dde52d6b6845516
tree6aafd6d7cc7d60528aa9c9b93dc29d0d9ebcad56
parent6a84165ad305c9f6e4b4f17a9ef753fda6f7f112
Convert test suite to the TAP test protocol

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 files changed:
.gitignore
LICENSE
LICENSES/BSD-2-Clause [new file with mode: 0644]
LICENSES/GPL-2.0 [new file with mode: 0644]
LICENSES/GPL-3.0 [new file with mode: 0644]
Makefile.am
configure.ac
tests/Makefile.am
tests/basic_percpu_ops_test.c
tests/basic_test.c
tests/param_test.c
tests/run_param_test.sh [deleted file]
tests/run_param_test.tap [new file with mode: 0755]
tests/utils/Makefile.am [new file with mode: 0644]
tests/utils/tap-driver.sh [new file with mode: 0755]
tests/utils/tap.c [new file with mode: 0644]
tests/utils/tap.h [new file with mode: 0644]
tests/utils/tap.sh [new file with mode: 0755]
tests/utils/utils.sh [new file with mode: 0644]
This page took 0.02695 seconds and 4 git commands to generate.