Merge commit '83e200df43eb790719c40103099c8d70e37c0477'
This commit is contained in:
22
external/toxcore/c-toxcore/testing/BUILD.bazel
vendored
22
external/toxcore/c-toxcore/testing/BUILD.bazel
vendored
@ -22,6 +22,28 @@ sh_test(
|
||||
tags = ["haskell"],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
name = "c_test",
|
||||
size = "small",
|
||||
srcs = ["//hs-tokstyle/tools:check-c"],
|
||||
args = [
|
||||
"--cc=$(CC)",
|
||||
"-Iexternal/libsodium/include",
|
||||
"-Iexternal/libvpx",
|
||||
"-Iexternal/opus/include",
|
||||
"-Ihs-tokstyle/include",
|
||||
] + ["$(locations %s)" % f for f in CIMPLE_FILES],
|
||||
data = CIMPLE_FILES + [
|
||||
"//c-toxcore/third_party:headers",
|
||||
"//hs-tokstyle:headers",
|
||||
"@libsodium//:headers",
|
||||
"@libvpx//:headers",
|
||||
"@opus//:headers",
|
||||
],
|
||||
tags = ["haskell"],
|
||||
toolchains = ["@rules_cc//cc:current_cc_toolchain"],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
name = "cimplefmt_test",
|
||||
size = "small",
|
||||
|
Reference in New Issue
Block a user