From 064c3244da08acecb313d0076eecb4eba30f1932 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 22 Feb 2023 23:12:49 +0100 Subject: [PATCH] TARGET_RUNTIME_DLLS: fix test for this genex In a95cbf38 multiple files were renamed, and check.cmake slipped through, and the test did actually not work correctly since then. This patch renames check.cmake to its correct name shared-check.cmake. --- .../GenEx-TARGET_RUNTIME_DLLS/{check.cmake => shared-check.cmake} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/{check.cmake => shared-check.cmake} (100%) diff --git a/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/check.cmake b/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/shared-check.cmake similarity index 100% rename from Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/check.cmake rename to Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/shared-check.cmake