aboutsummaryrefslogtreecommitdiff
path: root/spec/testUtils.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-18 21:57:03 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-18 23:36:03 +0530
commit1bd89088f1bb6103a34584ae39157abf2f732742 (patch)
tree2f8fd292bbfb710979bdc44507156524a97148b7 /spec/testUtils.h
parent4c762b2516bc664293c2aec072074f1e34dda8c3 (diff)
downloadnull-browser-1bd89088f1bb6103a34584ae39157abf2f732742.tar.gz
null-browser-1bd89088f1bb6103a34584ae39157abf2f732742.zip
Add action for keymaps + test
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 20b3ba8..fd0c30b 100644
--- a/spec/testUtils.h
+++ b/spec/testUtils.h
@@ -4,6 +4,8 @@
#include <QtTest/qtestcase.h>
#include <cstdio>
+#define NOT !
+
#define ANSI_BOLD "\x1b[1m"
#define COLOR_CONTEXT "\x1b[32m" ANSI_BOLD
#define COLOR_IT "\x1b[36m" ANSI_BOLD