Feature #6954
Symbols test should support validating pre-processor symbols
Start date:
2016-05-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
As part of the C11 work, various pre-processor macros are supposed to be visible when compiling for C11. This extends the test suite allowing for both the presence of macros to be determined and specific values.
Updated by Electric Monk almost 5 years ago
- Status changed from New to Closed
git commit fc2512cfb727d49529d8ed99164db871f4829b73
commit fc2512cfb727d49529d8ed99164db871f4829b73 Author: Robert Mustacchi <rm@joyent.com> Date: 2016-05-19T14:45:52.000Z 6951 Initial c11 support 6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>