summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sperror01/init.c1
-rw-r--r--testsuites/sptests/sperror02/init.c1
-rw-r--r--testsuites/sptests/sperror03/init.c1
-rw-r--r--testsuites/sptests/spextensions01/init.c1
-rw-r--r--testsuites/sptests/spfatal26/init.c1
-rw-r--r--testsuites/sptests/spfatal30/init.c1
-rw-r--r--testsuites/sptests/spfatal31/init.c1
-rw-r--r--testsuites/sptests/spfatal_support/system.h1
-rw-r--r--testsuites/sptests/spglobalcon01/init.cc1
-rw-r--r--testsuites/sptests/spinternalerror01/init.c1
-rw-r--r--testsuites/sptests/spprintk/init.c1
-rw-r--r--testsuites/sptests/spsysinit01/init.c1
-rw-r--r--testsuites/sptests/sptimecounter01/init.c1
13 files changed, 0 insertions, 13 deletions
diff --git a/testsuites/sptests/sperror01/init.c b/testsuites/sptests/sperror01/init.c
index 4b0eb9f0a6..3f7bd6a490 100644
--- a/testsuites/sptests/sperror01/init.c
+++ b/testsuites/sptests/sperror01/init.c
@@ -13,7 +13,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include <tmacros.h>
#include "test_support.h"
diff --git a/testsuites/sptests/sperror02/init.c b/testsuites/sptests/sperror02/init.c
index bb82b1d069..0c4c9f447d 100644
--- a/testsuites/sptests/sperror02/init.c
+++ b/testsuites/sptests/sperror02/init.c
@@ -13,7 +13,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include <tmacros.h>
#include "test_support.h"
diff --git a/testsuites/sptests/sperror03/init.c b/testsuites/sptests/sperror03/init.c
index 4e5a311132..48c0ae6e78 100644
--- a/testsuites/sptests/sperror03/init.c
+++ b/testsuites/sptests/sperror03/init.c
@@ -13,7 +13,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include "test_support.h"
diff --git a/testsuites/sptests/spextensions01/init.c b/testsuites/sptests/spextensions01/init.c
index e94419f9e9..377e4c3985 100644
--- a/testsuites/sptests/spextensions01/init.c
+++ b/testsuites/sptests/spextensions01/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <assert.h>
diff --git a/testsuites/sptests/spfatal26/init.c b/testsuites/sptests/spfatal26/init.c
index ebfdb0bce9..ade4f0e173 100644
--- a/testsuites/sptests/spfatal26/init.c
+++ b/testsuites/sptests/spfatal26/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <limits.h>
diff --git a/testsuites/sptests/spfatal30/init.c b/testsuites/sptests/spfatal30/init.c
index d6b87da223..9cf50a38a9 100644
--- a/testsuites/sptests/spfatal30/init.c
+++ b/testsuites/sptests/spfatal30/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <rtems.h>
diff --git a/testsuites/sptests/spfatal31/init.c b/testsuites/sptests/spfatal31/init.c
index e276205e20..0dce6719b1 100644
--- a/testsuites/sptests/spfatal31/init.c
+++ b/testsuites/sptests/spfatal31/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <rtems.h>
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index ee32428352..e0ffc7315f 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -15,7 +15,6 @@
* Some of the fatal error cases require the ability to peek inside RTEMS
*/
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <rtems.h>
diff --git a/testsuites/sptests/spglobalcon01/init.cc b/testsuites/sptests/spglobalcon01/init.cc
index 47af2c4349..4ef3077b9f 100644
--- a/testsuites/sptests/spglobalcon01/init.cc
+++ b/testsuites/sptests/spglobalcon01/init.cc
@@ -16,7 +16,6 @@
#include "config.h"
#endif
-#define TESTS_USE_PRINTK
#include "tmacros.h"
const char rtems_test_name[] = "SPGLOBALCON 1";
diff --git a/testsuites/sptests/spinternalerror01/init.c b/testsuites/sptests/spinternalerror01/init.c
index 5dc587aaff..230e4cd699 100644
--- a/testsuites/sptests/spinternalerror01/init.c
+++ b/testsuites/sptests/spinternalerror01/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <bsp.h>
diff --git a/testsuites/sptests/spprintk/init.c b/testsuites/sptests/spprintk/init.c
index 52f0ccdada..637ffe9d57 100644
--- a/testsuites/sptests/spprintk/init.c
+++ b/testsuites/sptests/spprintk/init.c
@@ -24,7 +24,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include <rtems/bspIo.h>
#include <tmacros.h>
diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c
index 80b5065c06..337740dc28 100644
--- a/testsuites/sptests/spsysinit01/init.c
+++ b/testsuites/sptests/spsysinit01/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <sys/types.h>
diff --git a/testsuites/sptests/sptimecounter01/init.c b/testsuites/sptests/sptimecounter01/init.c
index d5e7e7a73c..7c5274b91c 100644
--- a/testsuites/sptests/sptimecounter01/init.c
+++ b/testsuites/sptests/sptimecounter01/init.c
@@ -18,7 +18,6 @@
#define TEST_INIT
-#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <assert.h>