When trying to do regression testing without python, I get:
nemesis$ gmake test-pdk15
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 158
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 105
tst: plain tests.. 1472
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 158
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 105
tst: plain tests.. 1472
Running pdk15 regression tests
So the output is wrong, but it is not obvious that this is due to lack of python. I found this on a freshly-installed OpenBSD (python is not part of the default install on OpenBSD).
Philipp
Here's
gmake V=1 test-pdk14 > log 2>&1output.