1
0
Fork 0

Now incluiding *Test*.js files in full combined file (#25)

closure/master
Mike Gerwitz 2011-08-13 23:14:22 -04:00
parent 04318cc73d
commit c3a09c3613
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ if [ "$INC_TEST" ]; then
# note that not all tests are included
TEST_CASES=$( find $PATH_TEST \
\( -name 'test-*.js' \
-o -name '*Test*.js' \
-o -name 'inc-*.js' \
\) \
-exec basename {} \; \