mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00: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
|