You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have automated testing in place for a good numbers of compilers, C versions, etc but the test code we're compiling uses almost none of the definitions provided by the headers which means there are a lot of warnings/errors we're not currently seeing in automated testing (see #187 for an example). We should generate tests from the spec XML that use all the definitions provided by the headers.
The text was updated successfully, but these errors were encountered:
Gut feeling is that this shouldn't be too bad. I'm already generating tests that call all of the extension APIs for the extension loader I've been working on.
We currently have automated testing in place for a good numbers of compilers, C versions, etc but the test code we're compiling uses almost none of the definitions provided by the headers which means there are a lot of warnings/errors we're not currently seeing in automated testing (see #187 for an example). We should generate tests from the spec XML that use all the definitions provided by the headers.
The text was updated successfully, but these errors were encountered: