aboutsummaryrefslogtreecommitdiff
path: root/pw_trace
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2021-11-15 07:36:46 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-12-09 18:16:08 +0000
commit72a9ca6e7a89552d4366cb135960c26aef77e79c (patch)
tree29f1c6eb263363217ba4860c955de8dc5d0f1c8c /pw_trace
parent7e1b06ed77c79caeb8a6f5c60775693a9395f993 (diff)
downloadpigweed-72a9ca6e7a89552d4366cb135960c26aef77e79c.tar.gz
pw_unit_test: Check test suite names
- Check that test suite names do not contain underscores during compilation. Underscores in test names are not permitted by Google Test. - Remove unnecessary use of PW_CONCAT macro. - Add missing include for PW_CONCAT to pw_trace. Change-Id: Id50f855b32c1b51f3da398c6c4ea07aaece20b3a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/68596 Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_trace')
-rw-r--r--pw_trace/public/pw_trace/internal/trace_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_trace/public/pw_trace/internal/trace_internal.h b/pw_trace/public/pw_trace/internal/trace_internal.h
index f3604dbaf..18e51a729 100644
--- a/pw_trace/public/pw_trace/internal/trace_internal.h
+++ b/pw_trace/public/pw_trace/internal/trace_internal.h
@@ -17,6 +17,7 @@
#pragma once
#include "pw_preprocessor/arguments.h"
+#include "pw_preprocessor/concat.h"
#include "pw_trace_backend/trace_backend.h"
// Default: Flag value if none set