Files
SDB/tests/bplus_tree_test.h
Sam Stevens 566bf94225 Implemented find/find closest for B+ tree.
Added test suite.
Fixed some b+ tree bugs.
2018-06-23 16:21:12 +01:00

13 lines
182 B
C

//
// Created by sam on 23/06/18.
//
#ifndef SDB_BPLUS_TREE_TEST_H
#define SDB_BPLUS_TREE_TEST_H
#include <check.h>
Suite * blus_tree_suite(void);
#endif //SDB_BPLUS_TREE_TEST_H