Updated catch.

This commit is contained in:
Branimir Karadžić
2017-02-20 19:48:16 -08:00
parent e760d0aa9d
commit 97eba92e96
10 changed files with 1102 additions and 505 deletions

View File

@@ -7,6 +7,7 @@
#define __TEST_H__
#include <bx/bx.h>
#include <catch/catch.hpp>
#define TEST(_x) TEST_CASE(#_x, "")
#define CHECK_EQUAL(_x, _y) REQUIRE(_x == _y)