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/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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user