kerep/tests/tests.h
2022-08-12 22:27:34 +06:00

20 lines
286 B
C

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