[libc-commits] [libc] 3a5ec60 - [libc][Obvious] Re-enable math unit tests.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Sun Aug 28 21:33:26 PDT 2022


Author: Siva Chandra Reddy
Date: 2022-08-29T04:29:22Z
New Revision: 3a5ec60ae3d8d7da70440ade8e767d25532538f4

URL: https://github.com/llvm/llvm-project/commit/3a5ec60ae3d8d7da70440ade8e767d25532538f4
DIFF: https://github.com/llvm/llvm-project/commit/3a5ec60ae3d8d7da70440ade8e767d25532538f4.diff

LOG: [libc][Obvious] Re-enable math unit tests.

Added: 
    

Modified: 
    libc/test/src/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/test/src/CMakeLists.txt b/libc/test/src/CMakeLists.txt
index 81946a776a0ec..6d41c77b3b056 100644
--- a/libc/test/src/CMakeLists.txt
+++ b/libc/test/src/CMakeLists.txt
@@ -31,7 +31,7 @@ add_subdirectory(ctype)
 add_subdirectory(errno)
 add_subdirectory(fenv)
 add_subdirectory(inttypes)
-# add_subdirectory(math)
+add_subdirectory(math)
 add_subdirectory(string)
 add_subdirectory(stdlib)
 add_subdirectory(stdio)


        


More information about the libc-commits mailing list