diff options
Diffstat (limited to 'test/011-array-copy/Android.bp')
-rw-r--r-- | test/011-array-copy/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/011-array-copy/Android.bp b/test/011-array-copy/Android.bp index b0f0b904b9..6f19cb05e8 100644 --- a/test/011-array-copy/Android.bp +++ b/test/011-array-copy/Android.bp @@ -21,6 +21,9 @@ java_test { ":art-run-test-011-array-copy-expected-stdout", ":art-run-test-011-array-copy-expected-stderr", ], + test_suites: [ + "mts-art", + ], } // Test's expected standard output. |