aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-03-13 20:48:38 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-03-13 20:48:38 +0000
commit190c182c47384997b036ca978d1c11d7e7b95101 (patch)
tree4dae08205aa983f509164f425ad21f074b804744 /Makefile.am
parentddd0ba70c35fe04c3c7f8e0dfb02c046bf529fb6 (diff)
Add a mode to tjbenchtest for testing the YUV encoding/decoding functions
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1163 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a68a96..0e0527a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -327,6 +327,7 @@ testclean:
tjtest:
sh ./tjbenchtest
+ sh ./tjbenchtest -yuv
if WITH_JAVA
sh ./tjbenchtest.java
endif