diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 15:14:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 15:14:59 +0300 |
| commit | a9d61501eb0200576bb08ba4b287f66177253ad9 (patch) | |
| tree | a903b99b629ee676740c0daef0178651b8cb940f /tests/fork/source.mk | |
| parent | c3ea570bae8f7daeac8e0614a958e983fcf9940e (diff) | |
| download | kmi-a9d61501eb0200576bb08ba4b287f66177253ad9.tar.gz kmi-a9d61501eb0200576bb08ba4b287f66177253ad9.zip | |
add fork test
Diffstat (limited to 'tests/fork/source.mk')
| -rw-r--r-- | tests/fork/source.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fork/source.mk b/tests/fork/source.mk new file mode 100644 index 0000000..47572e6 --- /dev/null +++ b/tests/fork/source.mk @@ -0,0 +1,2 @@ +DO != ./scripts/gen-prog -n fork -p init init.c +DO != ./scripts/gen-simple -n fork -p init |
