From 74a963c3b80e880a94433bee90a8b141b2c8dc2a Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Tue, 23 Apr 2024 17:13:58 +0200 Subject: [PATCH] Debug CI 5 --- CMakeLists.txt | 2 +- unittests/ASM/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f961a8e7a7..2980aae2a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,7 +375,7 @@ foreach(CONFIG_SRC ${CONFIG_SOURCES}) endforeach() if (BUILD_TESTS) -# add_subdirectory(unittests/) + add_subdirectory(unittests/) endif() if (BUILD_THUNKS) diff --git a/unittests/ASM/CMakeLists.txt b/unittests/ASM/CMakeLists.txt index a61d561ed0..10122077f7 100644 --- a/unittests/ASM/CMakeLists.txt +++ b/unittests/ASM/CMakeLists.txt @@ -5,7 +5,7 @@ endif() # Careful. Globbing can't see changes to the contents of files # Need to do a fresh clean to see changes -file(GLOB_RECURSE ASM_SOURCES CONFIGURE_DEPENDS *.asm) +#file(GLOB_RECURSE ASM_SOURCES CONFIGURE_DEPENDS *.asm) set(ASM_DEPENDS "")