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