mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-21 12:30:58 +00:00
Annotate test size
This commit is contained in:
parent
c4bf86786e
commit
56c8229dd5
@ -41,6 +41,7 @@ cc_library(
|
||||
|
||||
cc_test(
|
||||
name = "convert_test",
|
||||
size = "small",
|
||||
srcs = [
|
||||
"convert_test.c",
|
||||
],
|
||||
|
@ -34,6 +34,7 @@ cc_library(
|
||||
|
||||
cc_test(
|
||||
name = "endian_test",
|
||||
size = "small",
|
||||
srcs = [
|
||||
"endian_test.c",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user