X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=test%2FMakefile;h=9c27e0396c15d297ab66116691f2b044edfe1d34;hb=a41f7e6049a47d038f4d8ebe39d211fa898d3ac4;hp=279971b4da60fe61dbdede9f415fa8b40c2f2436;hpb=d07b7b4c26776011f703a7a4ed5ae792bfc46bea;p=super-star-trek.git diff --git a/test/Makefile b/test/Makefile index 279971b..9c27e03 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,11 @@ PYTHON=python -all: regress +all: + @echo "With Python 2:" + @make -e PYTHON=python2 regress + @echo "With Python 3:" + @make -e PYTHON=python3 regress @echo "No diff output is good news." .SUFFIXES: .log .chk