tests & makefile

This commit is contained in:
Adrien Bourmault 2021-08-05 13:22:30 +02:00
parent d7caf04b65
commit d2a3f7cbf0
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 4 additions and 0 deletions

View File

@ -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