mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Updated catch.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user