diff --git a/CMakeLists.txt b/CMakeLists.txt index ad780572..75e5fedf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -373,9 +373,6 @@ file(GLOB_RECURSE srfi_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib file(GLOB_RECURSE chibi_scheme_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib CONFIGURE_DEPENDS lib/chibi/*-test.sld) -set(testexcludes - chibi/weak-test) - set(win32testexcludes # Excluded tests chibi/filesystem-test @@ -399,8 +396,6 @@ foreach(e ${srfi_tests} ${chibi_scheme_tests}) list(APPEND testlibs ${pth}/${nam}) endforeach() -list(REMOVE_ITEM testlibs ${testexcludes}) - if(WIN32) list(REMOVE_ITEM testlibs ${win32testexcludes}) endif()