Merge pull request #858 from okuoku/win32-test-fix

cmake: Exclude `(chibi shell)` test on Win32
This commit is contained in:
Alex Shinn 2022-09-11 20:02:26 +09:00 committed by GitHub
commit fa8a506ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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})