From 69188a90e07c104cd1c1211dc254b2104a5bbb73 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 6 Oct 2016 16:29:38 -0700 Subject: [PATCH] add test2 and test3 targets --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b4f48770..cb969593 100644 --- a/Makefile +++ b/Makefile @@ -60,5 +60,11 @@ check: test test: cd tests; make PYTHON=${PYTHON} test +test2: + cd tests; make PYTHON=python test + +test3: + cd tests; make PYTHON=python3 test + lint: pylint dns tests examples/*.py -- 2.47.3