Skip to content

Commit f7ea14a

Browse files
Bazel: update bazel/BUILD.horus
1 parent 58f2f4a commit f7ea14a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bazel/BUILD.horus

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ erlang_bytecode(
2424
srcs = [
2525
"src/horus.erl",
2626
"src/horus_cover.erl",
27-
"src/horus_error.hrl",
28-
"src/horus_fun.hrl",
29-
"test/helpers.hrl"
27+
"src/horus_utils.erl"
3028
],
3129
hdrs = [":public_and_private_hdrs"],
3230
app_name = "horus",
@@ -54,8 +52,7 @@ filegroup(
5452
srcs = [
5553
"src/horus_cover.hrl",
5654
"src/horus_error.hrl",
57-
"src/horus_fun.hrl",
58-
"test/helpers.hrl"
55+
"src/horus_fun.hrl"
5956
],
6057
)
6158

0 commit comments

Comments
 (0)