| load("//src/main/res:win_res.bzl", "windows_resources") |
| load("@bazel_tools//tools/build_rules:test_rules.bzl", "file_test") |
| visibility = ["//src:__pkg__"], |
| "//src/conditions:windows": ["-DEFAULTLIB:user32.lib"], |
| "//conditions:default": [], |
| cmd = "$(location :app) > $@", |
| "//src/conditions:windows": "l=12, p=(Hello string)", |
| "//conditions:default": "not supported", |
| # TODO(pcloudy): Re-enable this test after Bazel 0.29.0 is released. |
| # https://github.com/bazelbuild/bazel/issues/9104#issuecomment-521231693 |
| test_suite(name = "all_tests") |
| visibility = ["//visibility:private"], |
| name = "all_windows_tests", |
| visibility = ["//src:__pkg__"], |