mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Zipmerge: link test statically
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user