Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cople with ctest 2.8 still compatible with previous versions (2.6.x).
[simgrid.git] / buildtools / Cmake / test_java.sh
1 #! /bin/sh
2 echo "\n"
3 export CLASSPATH=$3:$3/src/simgrid.jar:$CLASSPATH
4 cd $1
5 echo "CLASSPATH = $CLASSPATH"
6 pwd
7 echo "java $2 *platform.xml *deployment.xml"
8 java $2 *platform.xml *deployment.xml