[libc-commits] [PATCH] D148784: [libc] Run all unit tests, irrespective of whether they belong to a test suite.

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 20 11:54:05 PDT 2023


michaelrj added inline comments.


================
Comment at: libc/test/src/math/CMakeLists.txt:1575
+
+if(NOT LLVM_LIBC_FULL_BUILD)
+  add_subdirectory(exhaustive)
----------------
is there a better way to do this so that these tests can still be built under fullbuild, even if they aren't part of the default set?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148784/new/

https://reviews.llvm.org/D148784



More information about the libc-commits mailing list