aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-12-22 13:15:08 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-12-22 13:15:08 +0000
commit5911f01f8f7af10548864d47046eb60b1138e133 (patch)
tree8ebf1dbc3cc4e0b00b4bd0c7850d862365cfb720
parent3e061e8fa8adb7935b1e3d070e9795f32ce238de (diff)
Maintain the traditional order of the regression tests while allowing the TurboJPEG and libjpeg portions to be executed separately
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1467 632fc199-4ca6-4c93-a231-07263d6284db
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 772d48a..c312c91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -262,7 +262,9 @@ MD5_JPEG_CROP = b4197f377e621c4e9b1d20471432610d
endif
-test: quicktest
+test: tjquicktest bittest
+
+tjquicktest: testclean all
if WITH_TURBOJPEG
if WITH_JAVA
@@ -280,7 +282,7 @@ endif
./tjunittest -yuv -noyuvpad
endif
-quicktest: testclean all
+bittest: testclean all
# These tests are carefully crafted to provide full coverage of as many of the
# underlying algorithms as possible (including all of the SIMD-accelerated