2016-02-29 20:12:09 -05:00
|
|
|
---
|
|
|
|
name: "Fork Test"
|
2016-03-01 11:44:44 -05:00
|
|
|
description: >
|
|
|
|
Test that fork works.
|
2016-03-01 13:11:30 -05:00
|
|
|
tags: [sys_fork,procsyscalls,syscalls]
|
|
|
|
depends: [console]
|
2016-02-29 20:12:09 -05:00
|
|
|
sys161:
|
|
|
|
ram: 4M
|
|
|
|
---
|
|
|
|
p /testbin/forktest
|