testsupport/testbeginend.c: Fix redefined warning

This commit is contained in:
Joel Sherrill
2018-01-16 13:47:53 -06:00
parent 47cc206822
commit f387e8f40b

View File

@@ -22,7 +22,6 @@
#include <rtems/bspIo.h>
#include <rtems/version.h>
#define TEST_BUILD_DEFAULT "default"
#if RTEMS_POSIX
#define TEST_BUILD_DEFAULT ""
#define TEST_BUILD_POSIX "posix "
@@ -65,6 +64,9 @@
#else
#define TEST_BUILD_PROFILING
#endif
#ifndef TEST_BUILD_DEFAULT
#define TEST_BUILD_DEFAULT "default"
#endif
#define TEST_BUILD_STRING \
TEST_BUILD_DEFAULT \