blob: 48bc001c34b523d5bcaa05b925d16783f8fe39c6 [file] [log] [blame]
Stephen Hines97234242014-11-07 17:47:21 -08001#!/bin/bash
2
3# Run the general RS CTS tests. We can expand this script to run more tests
4# as we see fit, but this essentially should be a reasonable smoke test of
5# RenderScript (to be run on build/test bots).
6
7CTS_TRADEFED=$ANDROID_BUILD_TOP/out/host/linux-x86/bin/cts-tradefed
8
9#$CTS_TRADEFED run commandAndExit cts --force-abi 64 -p android.renderscript
10#$CTS_TRADEFED run commandAndExit cts --force-abi 32 -p android.renderscript
11$CTS_TRADEFED run commandAndExit cts -p android.renderscript
12exit $?