Ensuring all combine tests run after all normal tests
parent
9c3cfc5c3a
commit
6125fcbac1
4
Makefile
4
Makefile
|
@ -23,9 +23,9 @@ COMBINE=${PATH_TOOLS}/combine
|
||||||
|
|
||||||
TESTS := $(shell find "$(PATH_TEST)" \
|
TESTS := $(shell find "$(PATH_TEST)" \
|
||||||
-name '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
|
.PHONY: test test-combine doc
|
||||||
|
|
Loading…
Reference in New Issue