Zipmerge: link test statically

This commit is contained in:
Paolo Tranquilli
2024-05-29 08:55:06 +02:00
parent 332d178298
commit fbe1b56f2d

View File

@@ -20,6 +20,7 @@ cc_binary(
cc_test(
name = "test",
size = "small",
linkstatic = True, # required to build the test in the internal repo
srcs = ["zipmerge_test.cpp"],
data = glob(["test-files/*"]),
deps = [