From 26dafcd858146f028c5b23fcf6c5c05fd3c3a670 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Thu, 26 Sep 2019 23:40:02 +0900 Subject: Add some tests for apf_run. These tests cover both apf_run itself and the disassembler (and of course the interpreter). Test: atest apf_run_test Change-Id: I622bb2bbd0ec48bdddb511963c374651705ff545 --- Android.bp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index c326428..5df80dd 100644 --- a/Android.bp +++ b/Android.bp @@ -52,3 +52,18 @@ cc_binary_host { }, }, } + +sh_test_host { + name: "apf_run_test", + src: "apf_run_test.sh", + filename: "apf_run_test.sh", + test_suites: ["general-tests"], + test_config: "apf_run_test.xml", + required: [":apf_run"], + data: ["testdata/*"], + target: { + darwin: { + enabled: false, + }, + }, +} -- cgit v1.2.3