aboutsummaryrefslogtreecommitdiff
path: root/spec/testUtils.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-05-02 15:37:12 +0530
committerAkshay Nair <phenax5@gmail.com>2025-05-02 16:24:58 +0530
commit8f974223f4318ed9a0d3035b4c11d0f5b015efec (patch)
tree028782193fa5c3cfa20a32b83b8f22e948c3ed9d /spec/testUtils.h
parent398b1a4b398324311b6e0f15d2e4ede5ad8500ff (diff)
downloadnull-browser-8f974223f4318ed9a0d3035b4c11d0f5b015efec.tar.gz
null-browser-8f974223f4318ed9a0d3035b4c11d0f5b015efec.zip
Refactor dmenu to be instantiable + add luassert for assertions
Diffstat (limited to '')
-rw-r--r--spec/testUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/testUtils.h b/spec/testUtils.h
index bfc7374..392f0bb 100644
--- a/spec/testUtils.h
+++ b/spec/testUtils.h
@@ -35,6 +35,7 @@
std::vector<std::function<QObject *()>> &get_qtest_registry();
int run_app_tests();
+int run_lua_tests();
#define QTEST_REGISTER(klass) \
namespace { \