get process_create working and add tests
This commit is contained in:
committed by
Bennet Bleßmann
parent
1120bcde29
commit
dc08a4ab11
4
tests/scryer/cli/unix/process.md
Normal file
4
tests/scryer/cli/unix/process.md
Normal file
@@ -0,0 +1,4 @@
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history -g 'use_module(library(process)), process_create("false", [], [process(P)]), process_wait(P, exit(1)), halt'
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user