unplugged-system/external/ltp/testcases/realtime/func/hrtimer-prio/run_auto.sh

14 lines
253 B
Bash

#! /bin/bash
profile=${1:-default}
cd $(dirname $0)
if [ ! $SCRIPTS_DIR ]; then
# assume we're running standalone
export SCRIPTS_DIR=../../scripts/
fi
source $SCRIPTS_DIR/setenv.sh
$SCRIPTS_DIR/run_c_files.sh $profile "hrtimer-prio"