Add very simple microtest for microperl
authorNicholas Clark <nick@ccl4.org>
Tue, 22 Mar 2011 16:55:18 +0000 (16:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Mar 2011 09:21:48 +0000 (10:21 +0100)
commit1295f46c24c81f9da55f6c9e00e77ddb9cc49e34
treee5f03f62cf0982b55b676404d7f5693a8ef95081
parent61ce2c64c2aeaee1e05dafa775a57c3292b5f189
Add very simple microtest for microperl

For now, all the tests we run don't use Config, so don't try to build it first.
[Hence this is about half of the original commit by David Leadbeater, which
did build Config, from config.sh]

There's an unresolved problem with building Config - building Config.pm etc
from config.sh won't reflect the capabilities of the microperl being tested,
so that argues for the right solution to be adapting configpm to be able to use
uconfig.sh instead. But doing that means that when building and (re)testing
"regular" perl, we could end up with a build tree with lib/Config.pm "up to
date", as far as make is concerned, but totally the wrong contents in reality.
Tests will fail, heads will be scratched, time will be wasted, etc.
Makefile.micro