Add memory manager tests

This commit is contained in:
Justin C. Miller
2018-05-08 21:53:27 -07:00
parent 0f54630725
commit 1dce0f265d
10 changed files with 13301 additions and 58 deletions

2
src/tests/main.cpp Normal file
View File

@@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"