xref: /aosp_15_r20/external/ltp/testcases/realtime/func/async_handler/run_auto.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/sh
2
3profile=${1:-default}
4
5cd $(dirname $0) # Move to test directory
6if [ ! $SCRIPTS_DIR ]; then
7        # assume we're running standalone
8        export SCRIPTS_DIR=../../scripts/
9fi
10
11. $SCRIPTS_DIR/setenv.sh
12
13# Warning: tests args are now set in profiles
14$SCRIPTS_DIR/run_c_files.sh $profile async_handler async_handler_jk
15
16