Home | History | Annotate | Download | only in 116-nodex2oat

Lines Matching refs:RUN

21 RUN="${RUN/push-and-run-prebuilt-test-jar/push-and-run-test-jar}"
23 # Make sure we can run without an oat file,
24 echo "Run -Xnodex2oat"
25 ${RUN} ${flags} --runtime-option -Xnodex2oat
27 # Make sure we can run with the oat file.
28 echo "Run -Xdex2oat"
29 ${RUN} ${flags} --runtime-option -Xdex2oat
31 # Make sure we can run with the default settings.
32 echo "Run default"
33 ${RUN} ${flags}