aboutsummaryrefslogtreecommitdiff
path: root/pw_bytes/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_bytes/BUILD.bazel')
-rw-r--r--pw_bytes/BUILD.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/pw_bytes/BUILD.bazel b/pw_bytes/BUILD.bazel
index 572528131..9a8ded187 100644
--- a/pw_bytes/BUILD.bazel
+++ b/pw_bytes/BUILD.bazel
@@ -33,6 +33,7 @@ pw_cc_library(
"public/pw_bytes/byte_builder.h",
"public/pw_bytes/endian.h",
"public/pw_bytes/span.h",
+ "public/pw_bytes/suffix.h",
"public/pw_bytes/units.h",
],
includes = ["public"],
@@ -99,6 +100,14 @@ pw_cc_test(
)
pw_cc_test(
+ name = "suffix_test",
+ srcs = ["suffix_test.cc"],
+ deps = [
+ ":pw_bytes",
+ ],
+)
+
+pw_cc_test(
name = "units_test",
srcs = ["units_test.cc"],
deps = [