msgq test service in VTS
auto_gen_config: this is a helper binary, so we avoid actually running a test by not creating a test configuration test_suites: vts, so that this is built and packaged with VTS Bug: 168806888 Test: fmq_test Change-Id: I640b848297667594153c207f8a4fcad989585d98
This commit is contained in:
parent
96e0709f21
commit
46e2487ac0
1 changed files with 5 additions and 1 deletions
|
@ -79,7 +79,11 @@ cc_test {
|
|||
suffix: "64",
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
auto_gen_config: false,
|
||||
|
||||
// Allow dlsym'ing self for statically linked passthrough implementations
|
||||
ldflags: ["-rdynamic"],
|
||||
|
|
Loading…
Reference in a new issue