From 30b423fc8d71d05e789c087b2d45cf0e7bf8c542 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 03:15:47 +0100 Subject: Add unit test TestJoclVersion and UITestCase base class for singleton unit tests ; Fix setenv-jocl.sh: Add jocl-test.jar --- make/scripts/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/scripts/tests.sh') 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 $* -- cgit v1.2.3