mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
remove exclusion of weak-test, which works on unix
This commit is contained in:
parent
0ae8069a07
commit
287014e3d6
1 changed files with 0 additions and 5 deletions
|
@ -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
|
file(GLOB_RECURSE chibi_scheme_tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/lib
|
||||||
CONFIGURE_DEPENDS lib/chibi/*-test.sld)
|
CONFIGURE_DEPENDS lib/chibi/*-test.sld)
|
||||||
|
|
||||||
set(testexcludes
|
|
||||||
chibi/weak-test)
|
|
||||||
|
|
||||||
set(win32testexcludes
|
set(win32testexcludes
|
||||||
# Excluded tests
|
# Excluded tests
|
||||||
chibi/filesystem-test
|
chibi/filesystem-test
|
||||||
|
@ -399,8 +396,6 @@ foreach(e ${srfi_tests} ${chibi_scheme_tests})
|
||||||
list(APPEND testlibs ${pth}/${nam})
|
list(APPEND testlibs ${pth}/${nam})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
list(REMOVE_ITEM testlibs ${testexcludes})
|
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(REMOVE_ITEM testlibs ${win32testexcludes})
|
list(REMOVE_ITEM testlibs ${win32testexcludes})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue