1
0
Fork 0

Ensuring combined tests run last

closure/master
Mike Gerwitz 2011-08-29 23:17:44 -04:00
parent 3c5362db0a
commit ba251d5a21
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
tests := $(shell find . \
-name 'test-*' \
-o -name '*Test.*' \
-a ! -name 'test-combine*.js'\
-o -name '*Test.*' \
)
tests_combine := test-combine*.js