summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-20 12:25:18 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-05-03 14:03:54 +0100
commit7b758f66dbc550fa52ed66fd7f8b81f8ed37a94e (patch)
tree62c555aab13c7703f343806d37b81d2ccd4eb2c7 /toxav
parentf8ab32aaa4efce2c9a310a14d10b19fb8544cfd9 (diff)
Enable cimple tests by default but allow disabling them.
Use `bazel test //c-toxcore/... --build_tag_filters=-haskell` to run all tests except the ones that depend on Haskell (i.e. cimple tests).
Diffstat (limited to 'toxav')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 036bde3f..d7e6b6e9 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -139,5 +139,5 @@ sh_test(
139 srcs = ["//hs-tokstyle/tools:check-cimple"], 139 srcs = ["//hs-tokstyle/tools:check-cimple"],
140 args = ["$(location %s)" % f for f in CIMPLE_SRCS], 140 args = ["$(location %s)" % f for f in CIMPLE_SRCS],
141 data = CIMPLE_SRCS, 141 data = CIMPLE_SRCS,
142 tags = ["manual"], 142 tags = ["haskell"],
143) 143)