[Openmp-commits] [openmp] [OpenMP] Add libomp unit test infrastructure (PR #168063)
Robert Imschweiler via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 3 08:38:50 PST 2025
================
@@ -0,0 +1,9 @@
+ at AUTO_GEN_COMMENT@
+
+config.library_dir = "@LIBOMP_LIBRARY_DIR@"
+config.openmp_unittests_dir = "@CMAKE_CURRENT_BINARY_DIR@"
+config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
----------------
ro-i wrote:
no, for `config.test_format = lit.formats.GoogleTest(config.llvm_build_mode, "Tests")` in `lit.cfg.py`
https://github.com/llvm/llvm-project/pull/168063
More information about the Openmp-commits
mailing list