Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b7dfabc135d809aa7c28a9ebffe2b6cd632fd2f6
/
.
/
aos
/
build
/
run_test.sh
blob: 9da830b33367f7902877336e0ab5880b355813d2 [
file
] [
log
] [
blame
]
#!/bin/bash
# This gets called by build.sh to run a test.
EXECUTABLE
=
$1
echo
"Running $(basename ${EXECUTABLE})."
$
{
EXECUTABLE
}
exit $
?