mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
7 lines
154 B
Bash
Executable file
7 lines
154 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# from https://gitlab.gnome.org/GNOME/glib/-/blob/glib-2-58/tap-test
|
|
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
|
|
|
$1 -k --tap
|