Merge pull request #202 from sgotti/makefile_remove_test_target
makefile: remove test target
This commit is contained in:
commit
0b25a3841a
4
Makefile
4
Makefile
|
@ -36,10 +36,6 @@ all: build
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: agola agola-toolbox
|
build: agola agola-toolbox
|
||||||
|
|
||||||
.PHONY: test
|
|
||||||
test: gocovmerge
|
|
||||||
@scripts/test.sh
|
|
||||||
|
|
||||||
# don't use existing file names and track go sources, let's do this to the go tool
|
# don't use existing file names and track go sources, let's do this to the go tool
|
||||||
.PHONY: agola
|
.PHONY: agola
|
||||||
agola: $(AGOLA_DEPS)
|
agola: $(AGOLA_DEPS)
|
||||||
|
|
Loading…
Reference in New Issue