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.
This commit is contained in:
Sebastian Huber
2017-10-26 13:59:11 +02:00
parent acc9d06468
commit af4355459e
549 changed files with 1 additions and 1096 deletions

View File

@@ -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