Annotate test size

This commit is contained in:
Dietrich Epp 2022-03-30 05:18:21 -04:00
parent c4bf86786e
commit 56c8229dd5
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ cc_library(
cc_test(
name = "convert_test",
size = "small",
srcs = [
"convert_test.c",
],

View File

@ -34,6 +34,7 @@ cc_library(
cc_test(
name = "endian_test",
size = "small",
srcs = [
"endian_test.c",
],