Added the submodule init/update to the Makefile for 'make test' and updated the READM...
[jquery.git] / Makefile
index 95e3769..bdcce1e 100644 (file)
--- 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"