From 7b758f66dbc550fa52ed66fd7f8b81f8ed37a94e Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 20 Apr 2020 12:25:18 +0000 Subject: 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). --- toxav/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav') 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( srcs = ["//hs-tokstyle/tools:check-cimple"], args = ["$(location %s)" % f for f in CIMPLE_SRCS], data = CIMPLE_SRCS, - tags = ["manual"], + tags = ["haskell"], ) -- cgit v1.2.3