Enabling kelvin_test outside of sw/kelvin.
Change-Id: Id028a1cd3cd0be6fac605ca95811efa2bd01e8d4
diff --git a/build_tools/bazel/kelvin.bzl b/build_tools/bazel/kelvin.bzl
index 4100d15..8b66f79 100644
--- a/build_tools/bazel/kelvin.bzl
+++ b/build_tools/bazel/kelvin.bzl
@@ -234,7 +234,7 @@
name = iss_test,
size = iss_test_size,
srcs = [
- "//build_tools:test_runner.sh",
+ "@kelvin_sw//build_tools:test_runner.sh",
],
args = [
"$(location %s.elf)" % kelvin_elf,
@@ -249,7 +249,7 @@
native.sh_test(
name = hw_test,
size = hw_test_size,
- srcs = ["//build_tools:core_sim_test_runner.sh"],
+ srcs = ["@kelvin_sw//build_tools:core_sim_test_runner.sh"],
args = [
"$(location %s.bin)" % kelvin_elf,
],