make run-cli
This commit is contained in:
parent
97868beb39
commit
67d78dfaec
4
Makefile
4
Makefile
|
@ -31,7 +31,7 @@ SERVEROBJ= $(BINDIR)/scheduler.o $(BINDIR)/server.o $(BINDIR)/localworker.o \
|
||||||
CLIOBJ= $(BINDIR)/cli.o
|
CLIOBJ= $(BINDIR)/cli.o
|
||||||
|
|
||||||
.DEFAULT_GOAL:= all
|
.DEFAULT_GOAL:= all
|
||||||
.PHONY: all clean deb tests install run
|
.PHONY: all clean deb tests install run run-cli run-tests
|
||||||
|
|
||||||
# ---- Tests enumeration ----------------------------------------------------- #
|
# ---- Tests enumeration ----------------------------------------------------- #
|
||||||
TEST_SCHEDULER=$(BINDIR)/tests/centers
|
TEST_SCHEDULER=$(BINDIR)/tests/centers
|
||||||
|
@ -90,6 +90,8 @@ install:
|
||||||
# ---- Builder uses this target to run your application ---------------------- #
|
# ---- Builder uses this target to run your application ---------------------- #
|
||||||
run: all
|
run: all
|
||||||
bin/gem-graph-server
|
bin/gem-graph-server
|
||||||
|
run-cli: all
|
||||||
|
bin/gem-graph-ctl
|
||||||
run-tests: tests
|
run-tests: tests
|
||||||
bin/tests/scheduler
|
bin/tests/scheduler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue