Skip to content

Commit

Permalink
move sh_inline_test.bzl to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Nov 23, 2018
1 parent 100073a commit 4778b74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion skylark/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
exports_files([
"lint.bzl",
"sh_inline_test.bzl",
])

sh_binary(
Expand Down
2 changes: 1 addition & 1 deletion tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
)
load("@bazel_tools//tools/build_rules:test_rules.bzl", "rule_test")
load("//skylark:lint.bzl", "skylark_lint")
load("//skylark:sh_inline_test.bzl", "sh_inline_test")
load(":sh_inline_test.bzl", "sh_inline_test")
load("@io_tweag_rules_haskell//haskell:import.bzl", haskell_import_new = "haskell_import")

ghc_version = "8.4.4"
Expand Down
2 changes: 1 addition & 1 deletion tests/library-linkstatic-flag/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test whether `linkstatic` works as expected
package(default_testonly = 1)

load("//skylark:sh_inline_test.bzl", "sh_inline_test")
load("//tests:sh_inline_test.bzl", "sh_inline_test")
load(":get_library_files.bzl", "get_libraries_as_runfiles")

load(
Expand Down
File renamed without changes.

0 comments on commit 4778b74

Please sign in to comment.