diff options
author | Yan Wang <yawanng@google.com> | 2020-01-29 16:30:08 -0800 |
---|---|---|
committer | Yan Wang <yawanng@google.com> | 2020-02-03 23:05:27 -0800 |
commit | 7cda47a2d1c9a50fee547645ead90559fadc7450 (patch) | |
tree | 1405c0b81d9e067a540dbf96d4bed6a0c9b4c33c | |
parent | df2457279f786d22763fe9ef76650c33635197fc (diff) |
startop: Add iorap functional test to presubmit test.
Bug: 144181684
Test: None
Change-Id: I40783d2aba4481da451220f80ae09bfca06e5752
-rw-r--r-- | startop/iorap/TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/startop/iorap/TEST_MAPPING b/startop/iorap/TEST_MAPPING index 8c9d4dfb0894..1d8119d91240 100644 --- a/startop/iorap/TEST_MAPPING +++ b/startop/iorap/TEST_MAPPING @@ -2,6 +2,9 @@ "presubmit": [ { "name": "libiorap-java-tests" + }, + { + "name": "iorap-functional-tests" } ], "imports": [ |