javauis/eswt_qt/org.eclipse.swt.qt.linux.x86.se/emma.sh
changeset 80 d6dafc5d983f
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
       
     1 #!/bin/sh
       
     2 
       
     3 # This runs eSWT MTs and takes coverage measurements.
       
     4 
       
     5 # Start Xephyr and metacity window manager inside it
       
     6 Xephyr -ac -screen 1024x768x24 -dpi 96 -br -reset -terminate -host-cursor 2> /dev/null :2 &
       
     7 sleep 3
       
     8 DISPLAY=:2 xterm -geometry 0x0 -hold -iconic &
       
     9 DISPLAY=:2 metacity &
       
    10 DISPLAY=:2 setxkbmap fi &
       
    11 sleep 3
       
    12 
       
    13 # Once the environment is set up, run the tests
       
    14 DISPLAY=:2 java -Djava.library.path=./release emmarun -r txt,html -ix org.eclipse.swt*,org.eclipse.ercp.swt.mobile -cp ../nokiatests/junit-3.8.1.1.jar:eswtqt.jar:eswt-qt-tests.jar:../org.eclipse.swt/bin com.nokia.eswt.mt.AllTests 
       
    15