cmake: Exclude (chibi shell) test on Win32

Exclude `(chibi shell)` test on Win32 since it's not compatible.
This commit is contained in:
okuoku 2022-09-11 13:40:50 +09:00
parent 0a50b305bc
commit f887003c30

View file

@ -410,6 +410,7 @@ set(win32testexcludes
chibi/tar-test # Depends (chibi system) chibi/tar-test # Depends (chibi system)
chibi/process-test # Not applicable chibi/process-test # Not applicable
chibi/pty-test # Depends (chibi pty) chibi/pty-test # Depends (chibi pty)
chibi/shell-test # Depends Linux procfs
) )
foreach(e ${srfi_tests} ${chibi_scheme_tests}) foreach(e ${srfi_tests} ${chibi_scheme_tests})