HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT (Results 1 - 25 of 435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
dtc-fails.sh 10 OUTPUT="$1"
13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
19 if [ ! -e "$OUTPUT" ]; then
20 FAIL "Produced no output"
23 if [ -e "$OUTPUT" ]; then
24 FAIL "Incorrectly produced output"
28 rm -f "$OUTPUT"