Skip to content

Commit

Permalink
Tests must depend on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
hdima committed Oct 16, 2010
1 parent d4daeda commit fc55d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,7 +3,7 @@ ERLC=erlc

PARSER=src/erlydtl/erlydtl_parser

all: $(PARSER).erl
compile: $(PARSER).erl
-mkdir -p ebintest
$(ERL) -make

Expand All @@ -14,7 +14,7 @@ run:
$(ERL) -pa ebin


test:
test: compile
$(ERL) -noshell -pa ebin -pa ebintest \
-s erlydtl_functional_tests run_tests \
-s erlydtl_dateformat_tests run_tests \
Expand Down

0 comments on commit fc55d85

Please sign in to comment.