diff --git a/GNUmakefile b/GNUmakefile index 08a3374..a6b8700 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ # .DEFAULT: all -.PHONY: all clean +.PHONY: all clean test # DIST?= dist/ @@ -18,3 +18,6 @@ dist/ir-tfidf:: cmd/ir-tfidf/* internal/** clean:: rm -rf "${DIST}" + +test:: + go test ./...