X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=test%2FMakefile;h=9c27e0396c15d297ab66116691f2b044edfe1d34;hb=ecbf2de572095d87b2d0ab1c14ac9922aa7da51d;hp=91983cec35efe09436cf04851d06add6681ea079;hpb=b9262a12fb1dc8dc7d4772fd72c88e79e582d1c6;p=super-star-trek.git diff --git a/test/Makefile b/test/Makefile index 91983ce..9c27e03 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