blob: fa1e9052d1cac4119c7e7e480d5c251c5d9cd8b6 [file] [log] [blame]
add_custom_target(libc_sys_statvfs_unittests)
add_libc_unittest(
statvfs_test
SUITE
libc_sys_statvfs_unittests
SRCS
statvfs_test.cpp
DEPENDS
libc.src.errno.errno
libc.src.sys.statvfs.statvfs
libc.src.sys.stat.mkdirat
libc.src.sys.stat.rmdir
libc.test.UnitTest.ErrnoSetterMatcher
)
add_libc_unittest(
fstatvfs_test
SUITE
libc_sys_statvfs_unittests
SRCS
fstatvfs_test.cpp
DEPENDS
libc.src.errno.errno
libc.src.sys.statvfs.fstatvfs
libc.src.sys.stat.mkdirat
libc.src.sys.stat.rmdir
libc.src.fcntl.open
libc.src.unistd.close
libc.test.UnitTest.ErrnoSetterMatcher
)