kerep/tests/tests.h
2022-06-02 20:33:13 +03:00

17 lines
257 B
C

#pragma once
#include "../src/base/base.h"
#if __cplusplus
extern "C" {
#endif
void test_searchtree();
void test_autoarr();
void test_hashtable();
void test_string();
void test_dtsod();
void test_safethrow();
void test_autoarr2();
#if __cplusplus
}
#endif