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 7a4d5dc commit 6a36725Copy full SHA for 6a36725
test/test_helper.exs
@@ -51,6 +51,7 @@ defmodule TestHelper do
51
52
{:ok, module} =
53
:compile.file(String.to_charlist(src_path), [
54
+ :return_errors,
55
:debug_info,
56
outdir: String.to_charlist(ebin_dir)
57
])
0 commit comments