[libc-commits] [libc] [libc][test] adds errno clearer test fixture, gtest-style errno and fp except assertions (PR #91608)
Michael Flanders via libc-commits
libc-commits at lists.llvm.org
Fri May 10 16:58:07 PDT 2024
================
@@ -116,30 +150,22 @@ add_unittest_framework_library(
HDRS
FEnvSafeTest.h
FPMatcher.h
+ FPTest.h
RoundingModeUtils.h
DEPENDS
LibcTest
+ ErrnoSafeTest
----------------
Flandini wrote:
I'm down to make the change. Should we change the other names in this file too? lmk
https://github.com/llvm/llvm-project/pull/91608
More information about the libc-commits
mailing list