Makefile: make test depend on compile

Otherwise, the nif might not be up to date when you run 'make test'
This commit is contained in:
Carlos Martín Nieto
2013-03-02 12:34:21 +01:00
parent 9b2a053848
commit 94c5ece71c

View File

@@ -14,5 +14,5 @@ compile: $(REBAR)
clean: $(REBAR) clean: $(REBAR)
@$(REBAR) clean @$(REBAR) clean
test: $(REBAR) test: $(REBAR) compile
@$(REBAR) eunit @$(REBAR) eunit