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