Add feature testing build

This commit is contained in:
2026-01-24 17:29:56 +01:00
parent 8b5a5cb95e
commit 31708d22cc
19 changed files with 246 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef MAIN_SIMULATION
#if defined(MAIN_SIMULATION) || defined(MAIN_TEST)
#define QUAKEY_ENABLE_MOCKS
#endif
#include <stdint.h>