10 lines
174 B
C
10 lines
174 B
C
#pragma once
|
|
|
|
#include "../src/base/base.h"
|
|
|
|
void test_searchtree();
|
|
void test_autoarr();
|
|
void test_hashtable();
|
|
void test_string();
|
|
void test_dtsod();
|
|
void test_safethrow(); |