1
0
Fork 0

Ensuring all combine tests run after all normal tests

closure/master
Mike Gerwitz 2011-03-16 23:02:38 -04:00
parent 9c3cfc5c3a
commit 6125fcbac1
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ COMBINE=${PATH_TOOLS}/combine
TESTS := $(shell find "$(PATH_TEST)" \
-name 'test-*' \
-a ! -name 'test-combine.js'\
-a ! -name 'test-combine*.js'\
)
TEST_COMBINE := $(PATH_TEST)/test-combine.js
TEST_COMBINE := $(PATH_TEST)/test-combine*.js
.PHONY: test test-combine doc