We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0e9d2 commit 3d048d9Copy full SHA for 3d048d9
libc/test/src/stdio/CMakeLists.txt
@@ -188,6 +188,7 @@ add_libc_test(
188
libc.src.stdio.fprintf
189
libc.test.UnitTest.ErrnoCheckingTest
190
libc.test.UnitTest.ErrnoSetterMatcher
191
+ libc.src.__support.macros.properties.architectures
192
${fprintf_test_deps}
193
COMPILE_OPTIONS
194
${use_system_file}
libc/test/src/stdio/fprintf_test.cpp
@@ -16,6 +16,7 @@
16
#include "src/stdio/fprintf.h"
17
18
#include "src/__support/CPP/limits.h"
19
+#include "src/__support/macros/properties/architectures.h"
20
#include "test/UnitTest/ErrnoCheckingTest.h"
21
#include "test/UnitTest/ErrnoSetterMatcher.h"
22
#include "test/UnitTest/Test.h"
0 commit comments