Skip to content

Commit

Permalink
qf-make_test: ignore missing specs on manual testing (2600hz#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored and lazedo committed Nov 22, 2016
1 parent a3e4142 commit db55941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/kz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test/$(PROJECT).app: ERLC_OPTS += -DTEST
test/$(PROJECT).app: $(TEST_SOURCES)
@mkdir -p test/
@mkdir -p ebin/
ERL_LIBS=$(ELIBS) erlc -v $(ERLC_OPTS) $(TEST_PA) -o ebin/ $(TEST_SOURCES)
ERL_LIBS=$(ELIBS) erlc -v +nowarn_missing_spec $(ERLC_OPTS) $(TEST_PA) -o ebin/ $(TEST_SOURCES)
@sed "s/{modules, \[\]}/{modules, \[`echo ebin/*.beam | sed 's%\.beam ebin/%, %g;s%ebin/%%;s/\.beam//'`\]}/" src/$(PROJECT).app.src > $@


Expand Down

0 comments on commit db55941

Please sign in to comment.