mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 13:19:18 +02:00
cmake: Exclude (chibi shell)
test on Win32
Exclude `(chibi shell)` test on Win32 since it's not compatible.
This commit is contained in:
parent
0a50b305bc
commit
f887003c30
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ set(win32testexcludes
|
|||
chibi/tar-test # Depends (chibi system)
|
||||
chibi/process-test # Not applicable
|
||||
chibi/pty-test # Depends (chibi pty)
|
||||
chibi/shell-test # Depends Linux procfs
|
||||
)
|
||||
|
||||
foreach(e ${srfi_tests} ${chibi_scheme_tests})
|
||||
|
|
Loading…
Add table
Reference in a new issue