diff options
author | John Resig <jeresig@gmail.com> | 2009-10-22 21:44:44 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-10-22 21:44:44 -0400 |
commit | 4c85dec058d0edc41f06f88cb605a9c133cb18e5 (patch) | |
tree | 487678373183109890f40976a457e74ce8c07c1d /Makefile | |
parent | 920238d4851bc9b1ee22f6ebdffde9ed55cb1e91 (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |