aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 36516e4a..e7ae66de 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,3 +61,17 @@ cc_binary_host {
name: "gavinhoward-bc",
defaults: ["bc-defaults"],
}
+
+sh_test {
+ name: "bc-tests",
+ src: "run-bc-tests-on-android.sh",
+ filename: "run-bc-tests-on-android.sh",
+ test_suites: ["general-tests"],
+ host_supported: true,
+ device_supported: false,
+ test_config: "bc-tests.xml",
+ data: [
+ "functions.sh",
+ "tests/**/*",
+ ],
+}