aboutsummaryrefslogtreecommitdiff
path: root/pw_span
diff options
context:
space:
mode:
authorPaul Mathieu <paulmathieu@google.com>2019-11-21 09:01:03 -0800
committerArmando Montanez <amontanez@google.com>2019-11-21 19:15:08 +0000
commit97b967a69277aeb9c0356583575de633d25937aa (patch)
tree916cd786958291296fc90e37b5345d9337a1caca /pw_span
parent233504a733ecd5e9999a0fc5718e75258b9db838 (diff)
downloadpigweed-97b967a69277aeb9c0356583575de633d25937aa.tar.gz
unit_test: allow targets to specify their own test main
This allows having test-specific, per-target init logic. Kept the existing test main as default. Change-Id: I418dc4f9eefe0bc9d66fcb24d6c4573757f37144
Diffstat (limited to 'pw_span')
-rw-r--r--pw_span/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw_span/BUILD.gn b/pw_span/BUILD.gn
index 52ed013e3..e28e25388 100644
--- a/pw_span/BUILD.gn
+++ b/pw_span/BUILD.gn
@@ -36,7 +36,6 @@ pw_test_group("tests") {
pw_test("test") {
deps = [
":pw_span",
- "$dir_pw_unit_test:main",
]
sources = [
"span_test.cc",