X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Ft.Heap.c;h=733f1048c89c0e5e6b30d98514156dd657518308;hb=1ff641f9960fa6c6081817a5641afb22fad91dcd;hp=e3d6bbc183fc31e6c50cd5f7ab04edb7eb783769;hpb=4029c99123c240d6e26505940cb5d2be10f9ef2a;p=cgds.git diff --git a/test/t.Heap.c b/test/t.Heap.c index e3d6bbc..733f104 100644 --- a/test/t.Heap.c +++ b/test/t.Heap.c @@ -1,13 +1,13 @@ #include #include "cgds/Heap.h" -#include "test/helpers.h" -#include "test/lut.h" +#include "helpers.h" +#include "lut.h" void t_heap_clear() { Heap* h = heap_new(int, MIN_T, 2); - // NOTE: items with same priorities are supported; + // NOTE: items with same priorities are supported; // since it is unused in this test, we arbitrarily choose 0.0 heap_insert(h, 0, 0.0); heap_insert(h, 0, 0.0);