7 lines
148 B
C
7 lines
148 B
C
#include "tests.h"
|
|
|
|
void test_all(void){
|
|
test_autoarr();
|
|
test_searchtree();
|
|
printf("\e[96m---------------------------------------\n");
|
|
} |