diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2016-03-20 14:17:34 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2016-03-20 14:17:34 -0400 |
commit | 94df66548d525e556cd269113dcce52127a7190a (patch) | |
tree | 85ff72f981ebe1a7911a895da5281b6524c63aea /test | |
parent | 369e1d5a588ef9019e35bd4bc91534a15c919df1 (diff) | |
download | deheader-94df66548d525e556cd269113dcce52127a7190a.tar.gz deheader-94df66548d525e556cd269113dcce52127a7190a.tar.bz2 deheader-94df66548d525e556cd269113dcce52127a7190a.tar.xz deheader-94df66548d525e556cd269113dcce52127a7190a.zip |
Now runs polyhglot under either Python 2 or Python 3.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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: |