Add Google Test setup and one unit test

This commit is contained in:
Ben Visness
2016-08-25 16:04:42 -05:00
parent f8ff9972ee
commit 603dcc2f4a
7 changed files with 193 additions and 10 deletions

5
test/HandmadeMath.cpp Normal file
View File

@@ -0,0 +1,5 @@
#define HANDMADE_MATH_IMPLEMENTATION
#define HANDMADE_MATH_CPP_MODE
#define HANDMADE_MATH_NO_INLINE
#include "../HandmadeMath.h"