Containers New Features
This commit is contained in:
parent
ec2a71ccdb
commit
72a25600a2
10 changed files with 1192 additions and 0 deletions
16
Containers/outdated/tests/tests.cpp
Normal file
16
Containers/outdated/tests/tests.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
#include "containers.h"
|
||||
|
||||
void avl_test();
|
||||
void map_test();
|
||||
void queue_test();
|
||||
void list_test();
|
||||
void fat_nodes_test();
|
||||
|
||||
int main() {
|
||||
tp::alloc_init();
|
||||
|
||||
map_test();
|
||||
|
||||
tp::alloc_uninit();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue