From 53008c0922f17026ed65ac7b1cf569b78e24dca5 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 21 Dec 2014 08:25:13 -0800 Subject: [PATCH] default tests --- tests/image_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image_test.c b/tests/image_test.c index e15049a..5cf3d54 100644 --- a/tests/image_test.c +++ b/tests/image_test.c @@ -7,7 +7,7 @@ #define STB_DEFINE #include "stb.h" -//#define PNGSUITE_PRIMARY +#define PNGSUITE_PRIMARY #if 0 void test_ycbcr(void)