Skip to content

Commit 36d343b

Browse files
committed
chore: update CMakeLists.txt for tests
Signed-off-by: krishna2803 <[email protected]>
1 parent 974257a commit 36d343b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

libc/test/src/math/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,6 +2655,18 @@ add_fp_unittest(
26552655
libc.src.__support.FPUtil.fp_bits
26562656
)
26572657

2658+
add_fp_unittest(
2659+
cbrtf16_test
2660+
NEED_MPFR
2661+
SUITE
2662+
libc-math-unittests
2663+
SRCS
2664+
cbrtf16_test.cpp
2665+
DEPENDS
2666+
libc.src.math.cbrtf16
2667+
libc.src.__support.FPUtil.fp_bits
2668+
)
2669+
26582670
add_fp_unittest(
26592671
dmull_test
26602672
NEED_MPFR

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5042,6 +5042,16 @@ add_fp_unittest(
50425042
libc.src.math.cbrt
50435043
)
50445044

5045+
add_fp_unittest(
5046+
cbrtf16_test
5047+
SUITE
5048+
libc-math-smoke-tests
5049+
SRCS
5050+
cbrtf16_test.cpp
5051+
DEPENDS
5052+
libc.src.math.cbrtf16
5053+
)
5054+
50455055
add_fp_unittest(
50465056
dmull_test
50475057
SUITE

0 commit comments

Comments
 (0)