Skip to content

Commit 58f2f4a

Browse files
Adjust bazel/BUILD.horus to reflect the updated file layout
1 parent da9c295 commit 58f2f4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bazel/BUILD.horus

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ erlang_bytecode(
2424
srcs = [
2525
"src/horus.erl",
2626
"src/horus_cover.erl",
27-
"src/horus_utils.erl",
27+
"src/horus_error.hrl",
28+
"src/horus_fun.hrl",
29+
"test/helpers.hrl"
2830
],
2931
hdrs = [":public_and_private_hdrs"],
3032
app_name = "horus",
@@ -50,8 +52,10 @@ filegroup(
5052
filegroup(
5153
name = "private_hdrs",
5254
srcs = [
55+
"src/horus_cover.hrl",
5356
"src/horus_error.hrl",
5457
"src/horus_fun.hrl",
58+
"test/helpers.hrl"
5559
],
5660
)
5761

0 commit comments

Comments
 (0)