Document an interface fix.
[super-star-trek.git] / test / Makefile
index 91983cec35efe09436cf04851d06add6681ea079..cf908beb7c607e34a9bcfcc210beb519567a103f 100644 (file)
@@ -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