diff --git a/Makefile b/Makefile index 2ed18b130..28e6c02b5 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ all: python3 setup.py + +test: + python3 setup.py test