Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
dda283afbf53dd71b10feb0ce0679d5b1e803e8c
/
.
/
aos
/
build
/
run_test.sh
blob: 9da830b33367f7902877336e0ab5880b355813d2 [
file
] [
log
] [
blame
]
Brian Silverman
b79131d
2013-09-19 21:09:17 -0700
[
diff
] [
blame
]
1
#!/bin/bash
2
3
# This gets called by build.sh to run a test.
4
5
EXECUTABLE
=
$1
6
7
echo
"Running $(basename ${EXECUTABLE})."
8
$
{
EXECUTABLE
}
9
exit $
?