summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathf/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/mathf/init.c')
-rw-r--r--testsuites/libtests/mathf/init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuites/libtests/mathf/init.c b/testsuites/libtests/mathf/init.c
index 4cb1994af0..c91e6fe67f 100644
--- a/testsuites/libtests/mathf/init.c
+++ b/testsuites/libtests/mathf/init.c
@@ -27,6 +27,7 @@
#include <rtems/test.h>
const char rtems_test_name[] = "MATHF";
+rtems_printer rtems_test_printer;
#endif
#include <stdio.h>
@@ -58,14 +59,14 @@ int main( void )
#endif
{
#if __rtems__
+ rtems_print_printer_printf(&rtems_test_printer);
rtems_test_begin();
#endif
- domathf();
+ domathf();
#if __rtems__
rtems_test_end();
#endif
exit( 0 );
}
-