From d507208e3fc38f1c0b8bccfb1f6eaa20643a4e38 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Jan 2017 09:09:29 +0530 Subject: [PATCH] Add a test target to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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