Skip to content

Commit 9f8eb2f

Browse files
committed
fixup! [libc][math][c23] Add MPFR exhaustive test for fmodf16
Update exhaustive_test dependencies.
1 parent e394b86 commit 9f8eb2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/test/src/math/exhaustive/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ add_header_library(
44
exhaustive_test
55
HDRS
66
exhaustive_test.h
7+
DEPENDS
8+
libc.src.__support.CPP.type_traits
9+
libc.src.__support.FPUtil.fp_bits
10+
libc.src.__support.macros.properties.types
711
)
812

913
add_fp_unittest(

0 commit comments

Comments
 (0)