mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -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
|