[Smoke tool] Builds before testing.
Kartik Thakore [Sat, 31 Oct 2009 20:44:49 +0000 (16:44 -0400)]
tools/smokeNsend.pl

index 0a20e95..86c3683 100755 (executable)
@@ -1,6 +1,8 @@
 #!perl
 #
 die "Usage: username password [git-branch] [extra options for smolder_smoke_signal]. \n Found @ARGV args" if $#ARGV < 1;
+system( 'perl',  'Build.PL');
+system( 'perl', 'Build');
 system split ' ', "git pull origin $ARGV[2]" if $ARGV[2];
 system split ' ', 'prove -l -b --merge --archive sdl.tar.gz';
 system split ' ', "tools/smolder_smoke_signal smolder_smoke_signal --server sdlperl.ath.cx:8080  --username $ARGV[0] --password $ARGV[1] --file sdl.tar.gz --project SDL --architecture $] --platform $^O $ARGV[3]";