aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-10-22 21:44:44 -0400
committerJohn Resig <jeresig@gmail.com>2009-10-22 21:44:44 -0400
commit4c85dec058d0edc41f06f88cb605a9c133cb18e5 (patch)
tree487678373183109890f40976a457e74ce8c07c1d /Makefile
parent920238d4851bc9b1ee22f6ebdffde9ed55cb1e91 (diff)
downloadjquery-4c85dec058d0edc41f06f88cb605a9c133cb18e5.tar.gz
jquery-4c85dec058d0edc41f06f88cb605a9c133cb18e5.zip
Added the submodule init/update to the Makefile for 'make test' and updated the README to be more current.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 95e376987..bdcce1e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,8 @@ test: ${JQ}
@@echo "Building Test Suite"
@@echo "Test Suite Built"
@@echo
+ git submodule init
+ git submodule update
runtest: ${JQ} test
@@echo "Running Automated Test Suite"