[rtems commit] tests: Delete obsolete TESTS_USE_PRINTF

Sebastian Huber sebh at rtems.org
Thu Nov 2 13:25:04 UTC 2017


Module:    rtems
Branch:    master
Commit:    0d796d6dc76c29a543411df2c8d1408999870023
Changeset: http://git.rtems.org/rtems/commit/?id=0d796d6dc76c29a543411df2c8d1408999870023

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  2 14:08:02 2017 +0100

tests: Delete obsolete TESTS_USE_PRINTF

Update #3170.
Update #3199.

---

 testsuites/libtests/block07/init.c        | 1 -
 testsuites/libtests/block10/init.c        | 1 -
 testsuites/smptests/smpmigration01/init.c | 1 -
 testsuites/sptests/spcpucounter01/init.c  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/testsuites/libtests/block07/init.c b/testsuites/libtests/block07/init.c
index 0d467e8..2a94c5b 100644
--- a/testsuites/libtests/block07/init.c
+++ b/testsuites/libtests/block07/init.c
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#define TESTS_USE_PRINTF
 #include "tmacros.h"
 
 #include <rtems.h>
diff --git a/testsuites/libtests/block10/init.c b/testsuites/libtests/block10/init.c
index c7aff42..c8dba60 100644
--- a/testsuites/libtests/block10/init.c
+++ b/testsuites/libtests/block10/init.c
@@ -23,7 +23,6 @@
 #include "config.h"
 #endif
 
-#define TESTS_USE_PRINTF
 #include "tmacros.h"
 
 #include <assert.h>
diff --git a/testsuites/smptests/smpmigration01/init.c b/testsuites/smptests/smpmigration01/init.c
index 6cde34b..8a25e65 100644
--- a/testsuites/smptests/smpmigration01/init.c
+++ b/testsuites/smptests/smpmigration01/init.c
@@ -16,7 +16,6 @@
   #include "config.h"
 #endif
 
-#define TESTS_USE_PRINTF
 #include "tmacros.h"
 
 #include <stdio.h>
diff --git a/testsuites/sptests/spcpucounter01/init.c b/testsuites/sptests/spcpucounter01/init.c
index 92f2e15..2fe1975 100644
--- a/testsuites/sptests/spcpucounter01/init.c
+++ b/testsuites/sptests/spcpucounter01/init.c
@@ -22,7 +22,6 @@
 #include <rtems.h>
 #include <rtems/counter.h>
 
-#define TESTS_USE_PRINTF
 #include "tmacros.h"
 
 const char rtems_test_name[] = "SPCPUCOUNTER 1";



More information about the vc mailing list