forked from Imagelibrary/rtems
testsupport/testbeginend.c: Fix redefined warning
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user