diff -r 5e7562f67577 -r c327db0664bb cross-plat-dev-utils/list_targets.pl --- a/cross-plat-dev-utils/list_targets.pl Sun May 16 13:06:27 2010 +0100 +++ b/cross-plat-dev-utils/list_targets.pl Mon May 17 20:20:32 2010 +0100 @@ -53,6 +53,10 @@ if ($targ eq File::Spec->catfile("sbsv2","pvmgmake")) { print " *** Nothing to build. Don't bother ***"; } + my $raptor_test_targ_prefix = File::Spec->catfile("sbsv2","raptor","test"); + if ($targ =~ /^$raptor_test_targ_prefix/) { + print " *** Skipping Raptor's test suite ***"; + } foreach my $broken_targ (@broken_targs) { if ($targ eq $broken_targ) { print " *** Broken upstream. Don't bother ***";