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/benchmarks/dhrystone/init.c | 2 -- testsuites/benchmarks/linpack/init.c | 2 -- testsuites/benchmarks/whetstone/init.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'testsuites/benchmarks') diff --git a/testsuites/benchmarks/dhrystone/init.c b/testsuites/benchmarks/dhrystone/init.c index a109f4e5a4..3e6245c743 100644 --- a/testsuites/benchmarks/dhrystone/init.c +++ b/testsuites/benchmarks/dhrystone/init.c @@ -16,8 +16,6 @@ #include "config.h" #endif -#define TEST_INIT - #include "tmacros.h" const char rtems_test_name[] = "DHRYSTONE"; diff --git a/testsuites/benchmarks/linpack/init.c b/testsuites/benchmarks/linpack/init.c index 38bfbaf642..c94314b41d 100644 --- a/testsuites/benchmarks/linpack/init.c +++ b/testsuites/benchmarks/linpack/init.c @@ -16,8 +16,6 @@ #include "config.h" #endif -#define TEST_INIT - #include "tmacros.h" const char rtems_test_name[] = "LINPACK"; diff --git a/testsuites/benchmarks/whetstone/init.c b/testsuites/benchmarks/whetstone/init.c index 572b6ccccf..b1661186b1 100644 --- a/testsuites/benchmarks/whetstone/init.c +++ b/testsuites/benchmarks/whetstone/init.c @@ -16,8 +16,6 @@ #include "config.h" #endif -#define TEST_INIT - #include "tmacros.h" const char rtems_test_name[] = "WHETSTONE"; -- cgit v1.2.3