only run *.test.js tests

This commit is contained in:
Konstantin Käfer 2011-01-26 18:09:27 -05:00
parent b2c8d2800a
commit ef62473c65

View File

@ -4,7 +4,7 @@
ifndef only
test:
bin/expresso -I lib
bin/expresso -I lib test/*.test.js
else
test:
bin/expresso -I lib test/${only}.test.js