X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=ad7171fff881d9e16d11ec62539178d841701660;hb=89a9a747b603ae21945aa0cbcdf13560d3e7cea1;hp=52fbdb39fd8d49ab262c1e25629705c958cd5b6d;hpb=73ab36b8f8f14ed7872bf930a08d8eae68f30fda;p=jquery.git diff --git a/Makefile b/Makefile index 52fbdb3..ad7171f 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ VER = sed s/@VERSION/${JQ_VER}/ JAR = java -jar ${BUILD_DIR}/js.jar -all: jquery lite pack docs test +all: jquery lite min pack docs test speed @@echo "jQuery build complete." ${DIST_DIR}: @@ -127,6 +127,13 @@ test: ${JQ} @@echo "Test Suite Built" @@echo +runtest: ${JQ} test + @@echo "Running Automated Test Suite" + @@${JAR} ${BUILD_DIR}/runtest/test.js + + @@echo "Test Suite Finished" + @@echo + docs: ${JQ} @@echo "Building Documentation"