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