tests & makefile
This commit is contained in:
parent
d7caf04b65
commit
d2a3f7cbf0
4
Makefile
4
Makefile
|
@ -108,6 +108,10 @@ install:
|
||||||
# ---- Builder uses this target to run the application ----------------------- #
|
# ---- Builder uses this target to run the application ----------------------- #
|
||||||
run: all
|
run: all
|
||||||
bin/gem-graph-server
|
bin/gem-graph-server
|
||||||
|
run-both: all
|
||||||
|
bin/gem-graph-server & sleep 1 && bin/gem-graph-ctl
|
||||||
|
run-server: all
|
||||||
|
bin/gem-graph-server
|
||||||
run-cli: all
|
run-cli: all
|
||||||
bin/gem-graph-ctl
|
bin/gem-graph-ctl
|
||||||
run-tests: tests
|
run-tests: tests
|
||||||
|
|
Loading…
Reference in New Issue