Add "make test".
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
.DEFAULT: all
|
.DEFAULT: all
|
||||||
.PHONY: all clean
|
.PHONY: all clean test
|
||||||
|
|
||||||
#
|
#
|
||||||
DIST?= dist/
|
DIST?= dist/
|
||||||
@@ -18,3 +18,6 @@ dist/ir-tfidf:: cmd/ir-tfidf/* internal/**
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -rf "${DIST}"
|
rm -rf "${DIST}"
|
||||||
|
|
||||||
|
test::
|
||||||
|
go test ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user