aboutsummaryrefslogtreecommitdiff
path: root/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r--stubs/qtest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/qtest.c b/stubs/qtest.c
index dc17594bb6..4dfde6104d 100644
--- a/stubs/qtest.c
+++ b/stubs/qtest.c
@@ -12,3 +12,8 @@
/* Needed for qtest_allowed() */
bool qtest_allowed;
+
+bool qtest_driver(void)
+{
+ return false;
+}