blob: 1394b5647f47565a92104d511961aab3faf7a653 [file] [log] [blame]
add_libc_testsuite(libc_stdio_unittests)
add_libc_unittest(
fwrite_test
SUITE
libc_stdio_unittests
SRCS
fwrite_test.cpp
DEPENDS
libc.src.stdio.fwrite
# TODO(sivachandra): remove private dependencies of fwrite
libc.src.threads.mtx_lock
libc.src.threads.mtx_unlock
)