chore: allow tests to access internal methods

This commit is contained in:
Jef Roosens 2023-01-22 10:08:15 +01:00
parent 6823050c2f
commit ef625ed14e
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#include "acutest.h"
#include "vieter_heap.h"
#include "vieter_heap_tree.h"
#define TEST_SIZE(heap, size) \
TEST_CHECK(vieter_heap_size(heap) == size); \