| 20 | #include "acutest.h" |
| 21 | |
| 22 | static void _fake_graph_context() { |
| 23 | TEST_ASSERT(QueryCtx_Init()); |
| 24 | GraphContext *gc = (GraphContext *)calloc(1, sizeof(GraphContext)); |
| 25 | QueryCtx_SetGraphCtx(gc); |
| 26 | } |
| 27 | |
| 28 | void setup() { |
| 29 | Alloc_Reset(); |
no test coverage detected