We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9c295 commit 58f2f4aCopy full SHA for 58f2f4a
bazel/BUILD.horus
@@ -24,7 +24,9 @@ erlang_bytecode(
24
srcs = [
25
"src/horus.erl",
26
"src/horus_cover.erl",
27
- "src/horus_utils.erl",
+ "src/horus_error.hrl",
28
+ "src/horus_fun.hrl",
29
+ "test/helpers.hrl"
30
],
31
hdrs = [":public_and_private_hdrs"],
32
app_name = "horus",
@@ -50,8 +52,10 @@ filegroup(
50
52
filegroup(
51
53
name = "private_hdrs",
54
55
+ "src/horus_cover.hrl",
56
"src/horus_error.hrl",
57
"src/horus_fun.hrl",
58
59
60
)
61
0 commit comments