add glib testing TAP utilities

This commit is contained in:
ailin-nemui 2017-11-26 16:19:31 +01:00
commit c20eddeb38
8 changed files with 828 additions and 3 deletions

5
utils/tap-test Executable file
View file

@ -0,0 +1,5 @@
#! /bin/sh
# run a GTest in tap mode. The test binary is passed as $1
$1 -k --tap