Lines Matching refs:BASE_DIR
7 # so we must rely on BASE_DIR being set to find other tools.
8 if [ -z "$BASE_DIR" ]; then
9 echo "Error: BASE_DIR must be set before sourcing." >&2
13 . ${BASE_DIR}/kselftest/ktap_helpers.sh
35 "$BASE_DIR"/kselftest/prefix.pl
85 settings="$BASE_DIR/$DIR/settings"
160 BASE_DIR=$BASE_DIR
161 source $BASE_DIR/kselftest/runner.sh
192 DIR="${PWD#${BASE_DIR}/}"