Add tests for spawning and killing processes
This commit is contained in:
parent
a5cd0814f1
commit
a9d87c0a9e
3 changed files with 53 additions and 14 deletions
3
Makefile
3
Makefile
|
@ -5,3 +5,6 @@ get-deps:
|
|||
|
||||
compile:
|
||||
./rebar compile
|
||||
|
||||
test: compile
|
||||
./rebar skip_deps=true eunit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue