From c3a09c36135268e29a61cc95ebbde3b6d8259960 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 13 Aug 2011 23:14:22 -0400 Subject: [PATCH] Now incluiding *Test*.js files in full combined file (#25) --- tools/combine | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/combine b/tools/combine index 08216c6..887b628 100755 --- a/tools/combine +++ b/tools/combine @@ -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 {} \; \