From af4355459ee843fb984aafe22a7531e922ee753e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:59:11 +0200 Subject: tests: Remove TEST_INIT The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199. --- testsuites/support/include/tmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/support/include') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 86dceb9e00..354d4cf60f 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -37,7 +37,7 @@ extern "C" { #define FOREVER 1 /* infinite loop */ -#ifdef TEST_INIT +#ifdef CONFIGURE_INIT #define TEST_EXTERN #else #define TEST_EXTERN extern -- cgit v1.2.3