mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 21:52:17 +02:00
5 lines
84 B
Text
5 lines
84 B
Text
|
|
#! /bin/sh
|
||
|
|
|
||
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
||
|
|
|
||
|
|
$1 -k --tap
|