For now, add a make target for p6 (similar to tcl's 'make tcl-test') that copies an export of the latest version of these tests into languages/perl6/t/spec/ (NOT under parrot version control).
What would be the best way to get the sources? I would suggest using rsync to pull the sources across, however, we'd have to get the admins of svn.openfoundry.org to allow anonymous rsync download access. This would be similar to the 'make rsync' target in the parrot Makefile at present. It is possible to get anonymous svn access to the pugs source, but svn won't allow you to check out source from a different repository into another repository's path (for fairly obvious reasons). Or is there another way to get copies of the relevant files in a fashion able to be used in a make target? Paul