13 lines
182 B
C
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
|