Changeset f387e8f in rtems
- Timestamp:
- 01/16/18 19:47:53 (6 years ago)
- Branches:
- 5, master
- Children:
- 9d68284
- Parents:
- 47cc206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/testsupport/testbeginend.c
r47cc206 rf387e8f 23 23 #include <rtems/version.h> 24 24 25 #define TEST_BUILD_DEFAULT "default"26 25 #if RTEMS_POSIX 27 26 #define TEST_BUILD_DEFAULT "" … … 65 64 #else 66 65 #define TEST_BUILD_PROFILING 66 #endif 67 #ifndef TEST_BUILD_DEFAULT 68 #define TEST_BUILD_DEFAULT "default" 67 69 #endif 68 70
Note: See TracChangeset
for help on using the changeset viewer.