On 16/01/2013 02:58, Stuart Marks wrote:
:
The problem is that there is some information encoded in the makefile
targets that would be lost if that were done. It's not just the lists
of directories. Some of the targets run the tests in othervm mode, and
some in agentvm mode.
I think the execution mode should be removed from the Makefile. For
areas where the tests can't run in agentvm mode then the right thing is
to add the directories to the othervm.dirs property (TEST.ROOT or
TEST.properties). I think we have most of them there already.
-Alan.