mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
|
|
|
$1 -k --tap
|