git-subtree-dir: xo-reflect git-subtree-mainline:8111f3846cgit-subtree-split:5dce303fe1
8 lines
71 B
Bash
Executable file
8 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# $1 = build directory
|
|
|
|
cd $1
|
|
shift
|
|
|
|
ctest "${@}"
|