]> git.lyx.org Git - features.git/blobdiff - development/autotests/run-tests.sh
Advanced find autotests now working again.
[features.git] / development / autotests / run-tests.sh
index b1ddf6ea0c9e298d0e177495f16f3de60e9f4f4c..3a175e7c60e755ef1eaddffe27282fa66e03399f 100755 (executable)
@@ -15,6 +15,12 @@ if [ "$XVKBD_HACKED" != "" ]; then
     fi
 fi
 
+if [ "$(which wmctrl)" == "" ]; then
+    echo "You need to install wmctrl first, try:"
+    echo "  sudo apt-get install wmctrl"
+    exit -1;
+fi
+
 export XVKBD_EXE=../$XVKBD_EXE
 export KEYTEST=../keytest.py
 LYX_HOME=out-home