Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refresh some tesh files (the models were changed recently, thus new timings are ok)
[simgrid.git] / buildtools / ctest / Cmake / test_java.sh
1 #! /bin/sh
2 export LD_LIBRARY_PATH="../src/.libs:$LD_LIBRARY_PATH"
3 export CLASSPATH=".:../src/simgrid.jar:$CLASSPATH"
4 cd $1
5 if [ ! -e $2.class ] ; then
6   rm classnoinst.stamp
7   make classnoinst.stamp
8 fi
9 pwd
10 echo LD_LIBRARY_PATH="../../../src/.libs:$LD_LIBRARY_PATH" java -cp ".:../../../src/simgrid.jar:$CLASSPATH" $options $2 *platform.xml *deployment.xml
11 LD_LIBRARY_PATH="../../../src/.libs:$LD_LIBRARY_PATH" java -cp ".:../../../src/simgrid.jar:$CLASSPATH"  $options $2 *platform.xml *deployment.xml