summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/setenv-jocl.sh2
-rw-r--r--make/scripts/tests.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/setenv-jocl.sh b/make/scripts/setenv-jocl.sh
index 72819b4e..e737e70c 100755
--- a/make/scripts/setenv-jocl.sh
+++ b/make/scripts/setenv-jocl.sh
@@ -99,7 +99,7 @@ if [ -z "$ANT_PATH" ] ; then
fi
ANT_JARS=$ANT_PATH/lib/ant.jar:$ANT_PATH/lib/ant-junit.jar
-JOCL_JAR="$JOCL_BUILDDIR"/jar/jocl.jar
+JOCL_JAR="$JOCL_BUILDDIR"/jar/jocl.jar:"$JOCL_BUILDDIR"/jar/jocl-test.jar
echo GLUEGEN BUILDDIR: "$GLUEGEN_BUILDDIR"
echo JOAL BUILDDIR: "$JOAL_BUILDDIR"
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 642985fd..50ece90f 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -107,5 +107,6 @@ function testawt() {
#
# Version
#
-testnoawt com.jogamp.opencl.JoclVersion $*
+#testnoawt com.jogamp.opencl.JoclVersion $*
+testnoawt com.jogamp.opencl.TestJoclVersion $*