diff options
author | Brad King <brad.king@kitware.com> | 2023-11-20 22:53:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-20 23:21:46 (GMT) |
commit | 89435a5662320a7b77c359a15a3457ae666ae722 (patch) | |
tree | ad548a3eb323d9764beedc9f28d850871f30b005 /Tests/CMakeLib/CMakeLists.txt | |
parent | e68e7b176808c6c8b226c15a80d6632fc2b73751 (diff) | |
download | CMake-89435a5662320a7b77c359a15a3457ae666ae722.zip CMake-89435a5662320a7b77c359a15a3457ae666ae722.tar.gz CMake-89435a5662320a7b77c359a15a3457ae666ae722.tar.bz2 |
Tests: Add dedicated test to cover cmUVHandlePtr types
Move the case added by commit 70d88a5361 (cmUVHandlePtr: Add
uv_idle_ptr, 2023-11-06) to a dedicated test.
Diffstat (limited to 'Tests/CMakeLib/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/CMakeLists.txt b/Tests/CMakeLib/CMakeLists.txt index 0e71cea..979d449 100644 --- a/Tests/CMakeLib/CMakeLists.txt +++ b/Tests/CMakeLib/CMakeLists.txt @@ -25,6 +25,7 @@ set(CMakeLib_TESTS testXMLParser.cxx testXMLSafe.cxx testFindPackageCommand.cxx + testUVHandlePtr.cxx testUVProcessChain.cxx testUVRAII.cxx testUVStreambuf.cxx |