mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
|
|
|
$1 -k --tap
|