Include Metric Unit Tests

Merge from Widevine repo of http://go/wvgerrit/23842

This CL updates the android make files and test scripts to include the
two new unit test suites in metrics/test.

Change-Id: Ie31bdc3ae3709ab116d2a340ee5b55c7c12d1d33
This commit is contained in:
Fred Gylys-Colwell
2017-02-09 15:05:52 -08:00
parent db5c3dfb6d
commit 8274b77019
3 changed files with 12 additions and 0 deletions

View File

@@ -71,5 +71,13 @@ test_name := timer_unittest
test_src_dir := .
include $(LOCAL_PATH)/unit-test.mk
test_name := distribution_test
test_src_dir := ../metrics/test
include $(LOCAL_PATH)/unit-test.mk
test_name := event_metric_test
test_src_dir := ../metrics/test
include $(LOCAL_PATH)/unit-test.mk
test_name :=
test_src_dir :=