From: Ivan Maidanski Date: Thu, 28 Feb 2019 17:50:46 +0000 (+0300) Subject: New macro (GCTEST_PRINT_VERBOSE) to enable verbose logging in test.c only X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10f722fc1e1ae4c3c0eb58c8699792a415abecd6;p=gc New macro (GCTEST_PRINT_VERBOSE) to enable verbose logging in test.c only * tests/test.c [GCTEST_PRINT_VERBOSE] (print_stats): Define to VERBOSE. --- diff --git a/tests/test.c b/tests/test.c index 04a4a3a5..f1bc840c 100644 --- a/tests/test.c +++ b/tests/test.c @@ -72,7 +72,7 @@ # include #endif /* MSWIN32 || MSWINCE */ -#ifdef GC_PRINT_VERBOSE_STATS +#if defined(GC_PRINT_VERBOSE_STATS) || defined(GCTEST_PRINT_VERBOSE) # define print_stats VERBOSE # define INIT_PRINT_STATS /* empty */ #else