Ensuring combined tests run last
parent
3c5362db0a
commit
ba251d5a21
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
tests := $(shell find . \
|
tests := $(shell find . \
|
||||||
-name 'test-*' \
|
-name 'test-*' \
|
||||||
-o -name '*Test.*' \
|
|
||||||
-a ! -name 'test-combine*.js'\
|
-a ! -name 'test-combine*.js'\
|
||||||
|
-o -name '*Test.*' \
|
||||||
)
|
)
|
||||||
tests_combine := test-combine*.js
|
tests_combine := test-combine*.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue