From 5911f01f8f7af10548864d47046eb60b1138e133 Mon Sep 17 00:00:00 2001 From: dcommander Date: Mon, 22 Dec 2014 13:15:08 +0000 Subject: 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 --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3