From 2d8802b51976e3c3cc1b180962ee30daf2fe2629 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 26 Sep 2020 11:53:07 +0200 Subject: tests: Add and use Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework. --- testsuites/smptests/smpmulticast01/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/smptests') diff --git a/testsuites/smptests/smpmulticast01/init.c b/testsuites/smptests/smpmulticast01/init.c index f5ed70952a..3d2412427c 100644 --- a/testsuites/smptests/smpmulticast01/init.c +++ b/testsuites/smptests/smpmulticast01/init.c @@ -34,6 +34,7 @@ #include #include +#include #include #define CPU_COUNT 32 @@ -43,7 +44,7 @@ const char rtems_test_name[] = "SMPMULTICAST 1"; static const T_config config = { .name = "SMPMultiCast", .putchar = T_putchar_default, - .verbosity = T_VERBOSE, + .verbosity = RTEMS_TEST_VERBOSITY, .now = T_now_clock }; -- cgit v1.2.3