commit | 5682f42330cc5508d887233e170224533b4ff477 | [log] [tgz] |
---|---|---|
author | Chinglin Yu <chinglinyu@google.com> | Fri Oct 13 14:28:04 2023 +0800 |
committer | Chinglin Yu <chinglinyu@google.com> | Fri Oct 13 14:28:04 2023 +0800 |
tree | e80dd9695e0b15edab1f6b4ff2d71cc2b96ca761 | |
parent | ead6aa7e4d09fcc0be76cd11424f382ba26e397f [diff] [blame] |
traced_relay: add tests for the relay service Bug: 284258446 Change-Id: Ibd9dd3c86d4dc05c1722633865c81cb0ee904eb3
diff --git a/gn/perfetto_unittests.gni b/gn/perfetto_unittests.gni index cc51910..91e8d5d 100644 --- a/gn/perfetto_unittests.gni +++ b/gn/perfetto_unittests.gni
@@ -80,3 +80,7 @@ perfetto_unittests_targets += [ "src/bigtrace:unittests" ] } } + +if (enable_perfetto_traced_relay) { + perfetto_unittests_targets += [ "src/traced_relay:unittests" ] +}