forked from vieter-v/libvieter
chore: allow tests to access internal methods
This commit is contained in:
parent
6823050c2f
commit
ef625ed14e
2 changed files with 8 additions and 3 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue