summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/complex/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/complex/init.c')
-rw-r--r--testsuites/libtests/complex/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/libtests/complex/init.c b/testsuites/libtests/complex/init.c
index 658af91ef2..3d542fb815 100644
--- a/testsuites/libtests/complex/init.c
+++ b/testsuites/libtests/complex/init.c
@@ -27,6 +27,7 @@
#include <rtems/test.h>
const char rtems_test_name[] = "COMPLEX";
+rtems_printer rtems_test_printer;
#endif
#include <stdio.h>
@@ -60,11 +61,12 @@ int main( void )
#endif
{
#if __rtems__
+ rtems_print_printer_printf(&rtems_test_printer);
rtems_test_begin();
#endif
docomplex();
- docomplexf();
+ docomplexf();
docomplexl();
#if __rtems__
rtems_test_end();