Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@862 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/Makefile.am b/Makefile.am
index 942892d..838c626 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,7 +234,7 @@
 tjtest:
 	sh ./tjbenchtest
 if WITH_JAVA
-	sh ./tjexampletest
+	sh ./tjbenchtest.java
 endif