X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=test%2FMakefile;h=cf908beb7c607e34a9bcfcc210beb519567a103f;hp=91983cec35efe09436cf04851d06add6681ea079;hb=01a19174664a126d51a05c1d526f3c987cb951ca;hpb=b9262a12fb1dc8dc7d4772fd72c88e79e582d1c6 diff --git a/test/Makefile b/test/Makefile index 91983ce..cf908be 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,12 @@ # Test-suite makefile for sst -PYTHON=python2 +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