subrepo: subdir: "xo-reflect" merged: "f0dcacad" upstream: origin: "git@github.com:Rconybea/xo-reflect.git" branch: "main" commit: "f0dcacad" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
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 "${@}"
|