~mardy/signon-ui/skip-final-url

« back to all changes in this revision

Viewing changes to tests/unit/unit.pro

Build fixes:
 * Add x11 to PKGCONFIG to fix FTBFS
 * use xvfb-run and dbus-test-runner in running unit tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
RESOURCES += $$TOP_SRC_DIR/src/animationlabel.qrc
68
68
 
69
 
check.commands = "./signon-ui-unittest"
 
69
check.commands = "xvfb-run dbus-test-runner -t ./signon-ui-unittest"
70
70
QMAKE_EXTRA_TARGETS += check