daml/bazel_tools/runfiles/BUILD
Michał Majcherski fdbc1f51ce
windows: fixed daml-lf tests for Windows by using Bazel's rlocation (#1053)
* windows: fixed daml-lf tests for Windows by using Bazel's rlocation

* more consistent logging on CI; publishing Windows test logs on failure

* windows: fix daml-lf engine tests

* windows: add diff tool to msys
2019-05-14 16:18:55 +02:00

11 lines
257 B
Python

load("//bazel_tools:scala.bzl", "da_scala_library")
da_scala_library(
name = "scala_runfiles",
srcs = glob(["src/main/scala/**/*.scala"]),
visibility = ["//visibility:public"],
deps = [
"@bazel_tools//tools/java/runfiles",
],
)