Add cow_api_test to presubmit.
These are unit tests for important VAB functionality. They are very quick to run and should be included in presubmit testing. Bug: N/A Test: th green Change-Id: I02e24c76df365e9fb2d68f904e930dce60b9bdaf
This commit is contained in:
parent
6939583deb
commit
cbf8420b2a
|
@ -17,6 +17,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "libsnapshot_fuzzer_test"
|
"name": "libsnapshot_fuzzer_test"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cow_api_test"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -479,6 +479,9 @@ cc_test {
|
||||||
"libgtest",
|
"libgtest",
|
||||||
"libsnapshot_cow",
|
"libsnapshot_cow",
|
||||||
],
|
],
|
||||||
|
test_suites: [
|
||||||
|
"device-tests"
|
||||||
|
],
|
||||||
test_min_api_level: 30,
|
test_min_api_level: 30,
|
||||||
auto_gen_config: true,
|
auto_gen_config: true,
|
||||||
require_root: false,
|
require_root: false,
|
||||||
|
|
Loading…
Reference in New Issue