blob: 7ae244235abb7e5e35d819665758345b1e3d762f (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
export PATH="@abs_top_builddir@/tests/execute:$PATH"
export DCONF_PROFILE="@abs_top_builddir@/tests/profiles/indicator-keyboard-test"
export GSETTINGS_SCHEMA_DIR="@abs_top_builddir@/data"
xvfb-run -a ./indicator-keyboard-tests
|