summaryrefslogtreecommitdiff
path: root/trusty/coverage/coverage_test.cpp
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2020-07-10 19:34:53 +0800
committerYo Chiang <yochiang@google.com>2020-07-10 19:34:53 +0800
commit5b028bab2a530a703a99d905776d275f9020cafe (patch)
tree661b45b956c6631fe95bea75440986adc4d15b31 /trusty/coverage/coverage_test.cpp
parentc8e4154d899847a32f0fb7bbf999c39c7cb0dba7 (diff)
Move SingletonTest back to libutils_test
Use the new "data_libs:" to specify test library dependency. This is like "data:" and it treats compiled libraries as test data files. The result is libutils_test_singleton{1,2} is picked up by libutils_test and installed next to the test binary. Mark the test libs libutils_test_singleton{1,2} as uninstallable. This prevents installing libutils_test_singleton{1,2} directly and only permits installing via "data_libs:". ``` $ m libutils_test testcases └── libutils_test ├── arm │   ├── libutils_test │   ├── libutils_test_singleton1.so │   └── libutils_test_singleton2.so ├── arm64 │   ├── libutils_test │   ├── libutils_test_singleton1.so │   └── libutils_test_singleton2.so └── libutils_test.config ``` Bug: 124838889 Test: atest libutils_test Change-Id: I432135e128fc9eedb1b8c18a331957e271d8b0f0
Diffstat (limited to 'trusty/coverage/coverage_test.cpp')
0 files changed, 0 insertions, 0 deletions