1
0
Fork 0

Makefile now recognizes all tests for rebuild

closure/master
Mike Gerwitz 2011-10-20 22:58:47 -04:00
parent 8c0058698a
commit a36a69e1ff
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ path_perf_test=${path_test}/perf
perf_tests := $(shell find "$(path_perf_test)" -name 'perf-*.js')
src_js := index.js $(wildcard $(path_lib)/*.js)
src_tests := index.js $(wildcard $(path_test)/test-*)
src_tests := index.js $(shell find "$(path_test)" -name test-* -o -name *Test*)
path_doc := ./doc