Home
last modified time | relevance | path

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

/ndk/tests/
Drun-tests.sh451 SAMPLES_DIRS="$NDK/samples"
452 if [ ! -d "$SAMPLES_DIRS" ] ; then
453 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"
457 log "Using release NDK samples from: $SAMPLES_DIRS"
467 SAMPLES_DIRS="$DEVNDK_DIR/samples"
469 SAMPLES_DIRS="$SAMPLES_DIRS $DIR"
473 echo "$SAMPLES_DIRS" | tr ' ' '\n'
486 for DIR in $SAMPLES_DIRS; do