18 lines
286 B
C
18 lines
286 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();
|
|
void test_hash_collisions();
|
|
#if __cplusplus
|
|
}
|
|
#endif |