[Openmp-commits] [openmp] e69d2bf - [OpenMP][omptest] Fix missing source extention
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 17 08:09:51 PST 2025
Author: Michael Kruse
Date: 2025-11-17T17:09:23+01:00
New Revision: e69d2bf6031a534c824d1ce4191f5fc334ab4ae6
URL: https://github.com/llvm/llvm-project/commit/e69d2bf6031a534c824d1ce4191f5fc334ab4ae6
DIFF: https://github.com/llvm/llvm-project/commit/e69d2bf6031a534c824d1ce4191f5fc334ab4ae6.diff
LOG: [OpenMP][omptest] Fix missing source extention
The file extention was accidentally omitted from #164794.
Added:
Modified:
openmp/tools/omptest/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/tools/omptest/test/CMakeLists.txt b/openmp/tools/omptest/test/CMakeLists.txt
index 1e07a1044f7d6..2b4aa78b0bc16 100644
--- a/openmp/tools/omptest/test/CMakeLists.txt
+++ b/openmp/tools/omptest/test/CMakeLists.txt
@@ -9,7 +9,7 @@ set(UNITTEST_SOURCES
unittests/asserter-seq-test.cpp
unittests/internal-event-eq-test.cpp
unittests/internal-event-tostring-test.cpp
- unittests/internal-util-test
+ unittests/internal-util-test.cpp
unittests/main-test.cpp
)
add_executable(omptest-unittests ${UNITTEST_SOURCES})
More information about the Openmp-commits
mailing list