]> granicus.if.org Git - libjpeg-turbo/commitdiff
Add separate pseudo-targets for the TurboJPEG and libjpeg regression tests, for those...
authorDRC <dcommander@users.sourceforge.net>
Fri, 16 Jan 2015 06:37:03 +0000 (06:37 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 16 Jan 2015 06:37:03 +0000 (06:37 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1513 632fc199-4ca6-4c93-a231-07263d6284db

Makefile.am

index b32a41b285e2f25921503996aa84dcdf8a0d4224..c55b2c73e32dee27a064a59e443bb55c28839643 100644 (file)
@@ -262,7 +262,10 @@ MD5_JPEG_CROP = b4197f377e621c4e9b1d20471432610d
 
 endif
 
-test: testclean all
+.PHONY: test
+test: tjquicktest bittest
+
+tjquicktest: testclean all
 
 if WITH_TURBOJPEG
 if WITH_JAVA
@@ -280,6 +283,8 @@ endif
        ./tjunittest -yuv -noyuvpad
 endif
 
+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
 # ones.)