[all-commits] [llvm/llvm-project] 3c10e5: [OpenMP] Add unit tests for nextgen plugins (#74398)
Ethan Luis McDonough via All-commits
all-commits at lists.llvm.org
Wed Dec 20 14:59:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c10e5b2f6ad03655feae3514870cfc6b2ed2665
https://github.com/llvm/llvm-project/commit/3c10e5b2f6ad03655feae3514870cfc6b2ed2665
Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
A openmp/libomptarget/unittests/CMakeLists.txt
A openmp/libomptarget/unittests/Plugins/CMakeLists.txt
A openmp/libomptarget/unittests/Plugins/NextgenPluginsTest.cpp
Log Message:
-----------
[OpenMP] Add unit tests for nextgen plugins (#74398)
This patch add three GTest unit tests that test plugin read and write
operations. Tests can be compiled with `ninja -C runtimes/runtimes-bins
LibomptUnitTests`.
More information about the All-commits
mailing list