diff options
author | 2020-09-08 21:32:06 +0000 | |
---|---|---|
committer | 2020-09-29 16:24:02 +0000 | |
commit | 1e20e51b94d6c16f9c3709e1b96e5be2f61573b3 (patch) | |
tree | 9499d0af7aabda4e70d46b0ba004cadcf34bf3c0 /test/641-checker-arraycopy | |
parent | 407468761d72c1031a871c18c29238135d9f0a88 (diff) |
Build system support for Checker tests in Tradefed
Test: atest with any checker test after regen-test-files
Bug: 162408889
Change-Id: I12f79d11909c9d1636c1a2a2e5bcb2ec3da8647d
Diffstat (limited to 'test/641-checker-arraycopy')
-rw-r--r-- | test/641-checker-arraycopy/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
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. |