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/samples/base_mp/init.c | 2 -- testsuites/samples/base_sp/init.c | 2 -- testsuites/samples/capture/init.c | 2 -- testsuites/samples/cdtest/init.c | 2 -- testsuites/samples/fileio/init.c | 2 -- testsuites/samples/nsecs/init.c | 2 -- testsuites/samples/paranoia/init.c | 2 -- testsuites/samples/pppd/init.c | 2 -- testsuites/samples/ticker/init.c | 2 -- testsuites/samples/unlimited/init.c | 2 -- 10 files changed, 20 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/base_mp/init.c b/testsuites/samples/base_mp/init.c index 9986d3c57c..901dc83a9b 100644 --- a/testsuites/samples/base_mp/init.c +++ b/testsuites/samples/base_mp/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" #include diff --git a/testsuites/samples/base_sp/init.c b/testsuites/samples/base_sp/init.c index 48dbf79d1e..b1cb4d90a6 100644 --- a/testsuites/samples/base_sp/init.c +++ b/testsuites/samples/base_sp/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" #include "tmacros.h" diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c index 2bf21c8acc..3f2bc848b1 100644 --- a/testsuites/samples/capture/init.c +++ b/testsuites/samples/capture/init.c @@ -13,8 +13,6 @@ #include "config.h" #endif -#define TEST_INIT - #include "system.h" #include #include diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c index b5ea093a51..1cf2b20f77 100644 --- a/testsuites/samples/cdtest/init.c +++ b/testsuites/samples/cdtest/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" #include diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 7158ab1f42..433266a99f 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" #include diff --git a/testsuites/samples/nsecs/init.c b/testsuites/samples/nsecs/init.c index 7e4e2090e1..59995f1da8 100644 --- a/testsuites/samples/nsecs/init.c +++ b/testsuites/samples/nsecs/init.c @@ -17,8 +17,6 @@ #include "config.h" #endif -#define TEST_INIT - #include #include #include diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c index 1ee4db0b84..c5110e2722 100644 --- a/testsuites/samples/paranoia/init.c +++ b/testsuites/samples/paranoia/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" #include diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c index 1a9ddeee21..1661e558ba 100644 --- a/testsuites/samples/pppd/init.c +++ b/testsuites/samples/pppd/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #include #include #include diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c index 1b9ae9678d..3f3cbd8359 100644 --- a/testsuites/samples/ticker/init.c +++ b/testsuites/samples/ticker/init.c @@ -11,8 +11,6 @@ #include "config.h" #endif -#define TEST_INIT - #define CONFIGURE_INIT #include "system.h" diff --git a/testsuites/samples/unlimited/init.c b/testsuites/samples/unlimited/init.c index 0466e3dd88..002a9736e4 100644 --- a/testsuites/samples/unlimited/init.c +++ b/testsuites/samples/unlimited/init.c @@ -13,8 +13,6 @@ #define CONFIGURE_INIT -#define TEST_INIT - #include "system.h" #include "tmacros.h" #include -- cgit v1.2.3