mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
add glib testing TAP utilities
This commit is contained in:
parent
1328e1ba08
commit
c20eddeb38
8 changed files with 828 additions and 3 deletions
5
utils/tap-test
Executable file
5
utils/tap-test
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
# run a GTest in tap mode. The test binary is passed as $1
|
||||
|
||||
$1 -k --tap
|
||||
Loading…
Add table
Add a link
Reference in a new issue