mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-07 07:23:12 +00:00
fix phony targets
This commit is contained in:
parent
bb0d5cb967
commit
688ea63d55
14
Makefile
14
Makefile
@ -2,13 +2,13 @@ SHELL := bash
|
||||
|
||||
.SHELLFLAGS := -eu -o pipefail -c
|
||||
|
||||
.PHONY: test-unit-local \
|
||||
start-local-integration-harness \
|
||||
stop-local-integration-harness \
|
||||
test-integration-local \
|
||||
test-all-local \
|
||||
test-unit-docker \
|
||||
test-integration-docker \
|
||||
.PHONY: unit \
|
||||
harness-start \
|
||||
harness-stop \
|
||||
integration \
|
||||
tests \
|
||||
unit-docker \
|
||||
integration-docker \
|
||||
clean
|
||||
|
||||
# Runs the unit tests locally.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user