X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=test%2FMakefile;h=cf908beb7c607e34a9bcfcc210beb519567a103f;hp=279971b4da60fe61dbdede9f415fa8b40c2f2436;hb=9e9ec4f56be97dda16366fe663c53312a36fc24a;hpb=d07b7b4c26776011f703a7a4ed5ae792bfc46bea diff --git a/test/Makefile b/test/Makefile index 279971b..cf908be 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