summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/cdtest
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/cdtest')
-rw-r--r--testsuites/samples/cdtest/main.cc2
-rw-r--r--testsuites/samples/cdtest/system.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc
index 010bc221f0..894e404ba1 100644
--- a/testsuites/samples/cdtest/main.cc
+++ b/testsuites/samples/cdtest/main.cc
@@ -24,7 +24,7 @@
#include <rtems.h>
#include <rtems/bspIo.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <cstdio>
#include <cstdlib>
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index 6530682a93..7d14747a32 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */