cross-plat-dev-utils/list_targets.pl
changeset 13 c327db0664bb
parent 6 787612182dd0
child 41 1600211976c3
--- 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 ***";