[Openmp-commits] [openmp] [OpenMP] Add libomp unit test infrastructure (PR #168063)

Robert Imschweiler via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 16 23:53:16 PST 2025


================
@@ -0,0 +1,63 @@
+add_custom_target(OpenMPUnitTests)
+set_target_properties(OpenMPUnitTests PROPERTIES FOLDER "OpenMP/Tests")
+
+if(WIN32 OR STUBS_LIBRARY)
+  message(WARNING "OpenMP unittests disabled due to stub library or Windows")
----------------
ro-i wrote:

I don't think so. But since the CMake changes are already complicated enough to review and test as they are, I thought it might be best to get things working first and then add something like the Windows support in a follow-up

https://github.com/llvm/llvm-project/pull/168063


More information about the Openmp-commits mailing list