Add a "quicktest" pseudo-target, for those times when you just don't want to sit through 11 iterations of TJUnitTest.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1465 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -262,7 +262,7 @@ MD5_JPEG_CROP = b4197f377e621c4e9b1d20471432610d
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test: testclean all
|
test: quicktest
|
||||||
|
|
||||||
if WITH_TURBOJPEG
|
if WITH_TURBOJPEG
|
||||||
if WITH_JAVA
|
if WITH_JAVA
|
||||||
@@ -280,6 +280,8 @@ endif
|
|||||||
./tjunittest -yuv -noyuvpad
|
./tjunittest -yuv -noyuvpad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
quicktest: testclean all
|
||||||
|
|
||||||
# These tests are carefully crafted to provide full coverage of as many of the
|
# These tests are carefully crafted to provide full coverage of as many of the
|
||||||
# underlying algorithms as possible (including all of the SIMD-accelerated
|
# underlying algorithms as possible (including all of the SIMD-accelerated
|
||||||
# ones.)
|
# ones.)
|
||||||
|
|||||||
Reference in New Issue
Block a user