Disable release unit tests

This commit is contained in:
momo5502 2016-02-23 13:58:58 +01:00
parent e10a7ef4c8
commit bb4b8b3e6c

View File

@ -108,4 +108,4 @@
#define Assert_Size(x, size) static_assert(sizeof(x) == size, STRINGIZE(x) " structure has an invalid size.") #define Assert_Size(x, size) static_assert(sizeof(x) == size, STRINGIZE(x) " structure has an invalid size.")
// Enable unit-test flag for release builds // Enable unit-test flag for release builds
#define FORCE_UNIT_TESTS //#define FORCE_UNIT_TESTS