From 40297415a5ded3c322ba147d751becb67d6f4b13 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 3 Feb 2026 14:14:49 +0200 Subject: [PATCH] [STATIC_CRT_APITEST] Remove static_crt_apitest from build for now The test used the obsolete CRT. The test doesn't provide much value anyway, because we test all the used code already through msvcrt_apitest, ntdll_apitest, etc. The only real benefit was testing and working outside of reactos. I kept the build file around, which could be revived with msvcrt_static or libcntpr, but that needs some work. --- modules/rostests/apitests/crt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/crt/CMakeLists.txt b/modules/rostests/apitests/crt/CMakeLists.txt index 29aa870d43f..78d909bf20f 100644 --- a/modules/rostests/apitests/crt/CMakeLists.txt +++ b/modules/rostests/apitests/crt/CMakeLists.txt @@ -3,4 +3,4 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang") add_compile_options(-fno-builtin) endif() -include(static_crt_apitest.cmake) +#include(static_crt_apitest.cmake)