1
0
Fork 0

Merge branch 'master' into perf/master

closure/master
Mike Gerwitz 2011-03-11 19:58:30 -05:00
commit be9e5796c1
1 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,7 @@ PERF_TESTS := $(shell find "$(PATH_PERF_TEST)" -name 'perf-*.js')
COMBINE=${PATH_TOOLS}/combine
TESTS_JS := $(shell find "./test" -name 'test-*.js')
TESTS_SHELL := $(shell find "./test" -name 'test-[^\.]*')
TESTS := $(shell find "./test" -name 'test-*')
.PHONY: test
@ -32,7 +31,7 @@ combine: mkbuild
cp ${PATH_BROWSER_TEST} ${PATH_BUILD}
# run tests
test: default $(TESTS_JS) $(TESTS_SHELL)
test: default $(TESTS)
test-%.js: default
node $@
test-%: default