From 1e20e51b94d6c16f9c3709e1b96e5be2f61573b3 Mon Sep 17 00:00:00 2001 From: Daniil Riazanovskiy Date: Tue, 8 Sep 2020 21:32:06 +0000 Subject: Build system support for Checker tests in Tradefed Test: atest with any checker test after regen-test-files Bug: 162408889 Change-Id: I12f79d11909c9d1636c1a2a2e5bcb2ec3da8647d --- test/641-checker-arraycopy/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/641-checker-arraycopy') diff --git a/test/641-checker-arraycopy/Android.bp b/test/641-checker-arraycopy/Android.bp index 3988505612..ff4accbfc0 100644 --- a/test/641-checker-arraycopy/Android.bp +++ b/test/641-checker-arraycopy/Android.bp @@ -8,6 +8,9 @@ java_test { defaults: ["art-run-test-defaults"], srcs: ["src/**/*.java"], data: [":art-run-test-641-checker-arraycopy-expected"], + // Include the Java source files in the test's artifacts, to make Checker assertions + // available to the TradeFed test runner. + include_srcs: true, } // Test's expected output. -- cgit v1.2.3-59-g8ed1b