Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b7dfabc135d809aa7c28a9ebffe2b6cd632fd2f6
/
.
/
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 $
?