Home
last modified time | relevance | path

Searched refs:SAMPLES_DIRS (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/
Drun-tests.sh677 SAMPLES_DIRS="$NDK/samples"
678 if [ ! -d "$SAMPLES_DIRS" ] ; then
679 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"
683 log "Using release NDK samples from: $SAMPLES_DIRS"
693 SAMPLES_DIRS="$DEVNDK_DIR/samples"
695 SAMPLES_DIRS="$SAMPLES_DIRS $DIR"
699 echo "$SAMPLES_DIRS" | tr ' ' '\n'
712 for DIR in $SAMPLES_DIRS; do