]> jfr.im git - solanum.git/commit
tests: add C TAP harness
authorSimon Arlott <sa.me.uk>
Tue, 25 Jul 2017 20:02:45 +0000 (21:02 +0100)
committerSimon Arlott <sa.me.uk>
Sat, 29 Jul 2017 21:46:05 +0000 (22:46 +0100)
commit8fe5ef5a234eb7d677126dab91426b769c8db2a3
tree6da2db308f480951c046581604a8002a2791cf57
parent33ded5fc57abdd055378ef913c5a23a1c21bea7c
tests: add C TAP harness
13 files changed:
.gitignore
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/TESTS [new file with mode: 0644]
tests/runtests.c [new file with mode: 0644]
tests/tap/basic.c [new file with mode: 0644]
tests/tap/basic.h [new file with mode: 0644]
tests/tap/float.c [new file with mode: 0644]
tests/tap/float.h [new file with mode: 0644]
tests/tap/libtap.sh [new file with mode: 0644]
tests/tap/macros.h [new file with mode: 0644]