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( cc_test(
name = "convert_test", name = "convert_test",
size = "small",
srcs = [ srcs = [
"convert_test.c", "convert_test.c",
], ],

View File

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