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

Lines Matching refs:RUN

23   echo "Test 116-nodex2oat cannot run in prebuild mode."
27 # Make sure we can run without an oat file.
28 echo "Run -Xnodex2oat"
29 ${RUN} ${flags} --runtime-option -Xnodex2oat
31 # Make sure we can run with the oat file.
32 echo "Run -Xdex2oat"
33 ${RUN} ${flags} --runtime-option -Xdex2oat
35 # Make sure we can run with the default settings.
36 echo "Run default"
37 ${RUN} ${flags}