aboutsummaryrefslogtreecommitdiff
path: root/spec/testUtils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/testUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/testUtils.h b/spec/testUtils.h
index f6cdebb..0ba2e9a 100644
--- a/spec/testUtils.h
+++ b/spec/testUtils.h
@@ -40,3 +40,5 @@ int run_all_tests();
return true; \
}(); \
};
+
+bool wait_for_lua_to_be_true(QString lua_code);