Skip to content

Commit b73d1a5

Browse files
author
Andrzej Telezynski
committed
MIM-2362 Provide path to compiled behaviours when compiling big_tests
1 parent c2b7ed8 commit b73d1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big_tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ console: $(PREPARE)
100100
erl $(COMMON_OPTS) $(ADD_OPTS) -s run_common_test init
101101

102102
compile: get-deps deps
103-
$(RUN) $(REBAR) compile
103+
@ERL_LIBS="../_build/prod/lib" $(RUN) $(REBAR) compile
104104

105105
get-deps:
106106
$(RUN) $(REBAR) deps

0 commit comments

Comments
 (0)