make testing more robust

This commit is contained in:
2025-10-03 22:05:00 +02:00
parent 8ada613a3e
commit 89b4dfa3e8
4 changed files with 14 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
// This is used to have a single file that implements the allocators when all
// the test files are compiled together.
#define ALLOCATOR_IMPLEMENTATION
#include "allocator.h"