diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-02 15:37:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:24:58 +0530 |
| commit | 8f974223f4318ed9a0d3035b4c11d0f5b015efec (patch) | |
| tree | 028782193fa5c3cfa20a32b83b8f22e948c3ed9d /spec/testUtils.h | |
| parent | 398b1a4b398324311b6e0f15d2e4ede5ad8500ff (diff) | |
| download | null-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.h | 1 |
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 { \ |
