Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 7a55f70

Browse files
author
Richard Jonas
committed
Fix eunit dependency error (json_include)
1 parent daeaea1 commit 7a55f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{cover_export_enabled, true}.
88

99
{eunit_compile_opts, [export_all]}.
10-
{eunit_first_files, [ejson_test_util]}.
10+
{eunit_first_files, ["test/ejson_trans_test.erl"]}.
1111

1212
{deps, [
1313
{jsx, ".*",

0 commit comments

Comments
 (0)