summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-solx64.sh
blob: d4d2eb7b9f8de6f30558b3eeaf6deff6ab820c52 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/bash

SDIR=`dirname $0` 

if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86_64.sh ] ; then
    . $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86_64.sh
fi

. $SDIR/tests.sh  `which java` -DummyArg ../build-solaris-x86_64 $*