CMakeLists.txt 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 add_libc_testsuite(libc_stdio_unittests) add_libc_unittest( fwrite_test SUITE libc_stdio_unittests SRCS fwrite_test.cpp DEPENDS libc.src.stdio.fwrite )