From 94df66548d525e556cd269113dcce52127a7190a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 20 Mar 2016 14:17:34 -0400 Subject: Now runs polyhglot under either Python 2 or Python 3. --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 3841041..789216d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,6 +7,9 @@ regress: @setpython python2 @deheader -v -v . >/tmp/regress @diff -u regress.chk /tmp/regress + @setpython python3 + @deheader -v -v . >/tmp/regress + @diff -u regress.chk /tmp/regress @setpython python @rm /tmp/regress makeregress: -- cgit v1.2.3-70-g09d2