javauis/lcdui_qt/build.linux.j2se/emma.sh
author hgs
Fri, 15 Oct 2010 12:29:39 +0300
changeset 80 d6dafc5d983f
permissions -rw-r--r--
v2.2.19_1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     1
#!/bin/sh
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     2
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     3
# This runs LCDUI MTs and takes coverage measurements.
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     4
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     5
# Start Xephyr and metacity window manager inside it
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     6
Xephyr -ac -screen 1024x768x24 -dpi 96 -br -reset -terminate -host-cursor 2> /dev/null :2 &
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     7
sleep 3
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     8
DISPLAY=:2 xterm -geometry 0x0 -hold -iconic &
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
     9
DISPLAY=:2 metacity &
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    10
DISPLAY=:2 setxkbmap fi &
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    11
sleep 3
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    12
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    13
# Once the environment is set up, run the tests
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    14
DISPLAY=:2 java -Djava.library.path=../../eswt_qt/org.eclipse.swt.qt.linux.x86.se/release emmarun -r txt,html -ix javax.microedition*,com.nokia.mid.ui* -cp ../../eswt_qt/nokiatests/junit-3.8.1.1.jar:../../eswt_qt/org.eclipse.swt.qt.linux.x86.se/eswtqt.jar:../../eswt_qt/org.eclipse.swt.qt.linux.x86.se/eswt-qt-tests.jar:openlcdui.jar:openlcdui_tests.jar:../../eswt_qt/org.eclipse.swt/bin com.nokia.openlcdui.mt.AllTests
d6dafc5d983f v2.2.19_1
hgs
parents:
diff changeset
    15