testsuite: Use new name of test-info.h.

In RTEMS the test.h has been renamed to test-info.h to allow the new
test framework to take over.
This commit is contained in:
Christian Mauderer
2020-07-29 10:18:17 +02:00
parent 97dc907946
commit 9abf1d3885
12 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@
#include <stdlib.h>
#include <rtems.h>
#include <rtems/test.h>
#include <rtems/test-info.h>
#define TEST_NAME "LIBBSD SMP 1"