From 96727d6e63ca927f3c7b68d4baa4fe672a4dcd0b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 2 Apr 2025 20:49:49 +0530 Subject: Add events system for lua runtime to dispatch and register events --- spec/testUtils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/testUtils.h') 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); -- cgit v1.3.1