Skip to content
Snippets Groups Projects
test-qt.sh 151 B
#!/bin/bash
set -ex
weston --backend=headless-backend.so &
cd build-qt/qtbase/tests/auto/gui/kernel/qwindow
# TODO: Run other tests as well
make check