From 503c8acfbfce20f92329ac602fe2a51aa4acf29f Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Mon, 9 Oct 2023 00:58:33 +0900 Subject: [PATCH] Add test target to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 19acfb2..5c48694 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,7 @@ setup: setup-ci .PHONY: examples examples: cd examples; pytest . + +.PHONY: test +test: + $(PYTHON) -m tox -e py