[libc-commits] [libc] [libc][test] adds errno clearer test fixture, gtest-style errno and fp except assertions (PR #91608)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Fri May 10 12:31:42 PDT 2024
================
@@ -116,30 +150,22 @@ add_unittest_framework_library(
HDRS
FEnvSafeTest.h
FPMatcher.h
+ FPTest.h
RoundingModeUtils.h
DEPENDS
LibcTest
+ ErrnoSafeTest
----------------
SchrodingerZhu wrote:
We usually add `.ErrnoSetterMatcher` as relative paths. Is it better to unify the style?
cc @lntue
https://github.com/llvm/llvm-project/pull/91608
More information about the libc-commits
mailing list