summaryrefslogtreecommitdiff
path: root/bin/test-hid-vs-ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test-hid-vs-ui.py')
-rwxr-xr-xbin/test-hid-vs-ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/test-hid-vs-ui.py b/bin/test-hid-vs-ui.py
index a5ee411f23e9..bbb46ae11eb1 100755
--- a/bin/test-hid-vs-ui.py
+++ b/bin/test-hid-vs-ui.py
@@ -112,6 +112,8 @@ if __name__ == "__main__":
uifile = "sfx2" + uifile[3:]
elif uifile.startswith("svt"):
uifile = "svtools" + uifile[3:]
+ elif uifile.startswith("fps"):
+ uifile = "fpicker" + uifile[3:]
components = uifile.split('/',1);
uifile = components[0] + '/uiconfig/' + components[1]
targets[uifile].add(compname.split(':')[0])