Skip to content

Commit

Permalink
Minor command line option tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Aug 5, 2011
1 parent cceeade commit 00bc037
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utah/scripts/john_driver/random_test.pl
Expand Up @@ -18,15 +18,15 @@
my $PROVIDE_SEED = 1;

my $XTRA = "";
$XTRA .= " --force-globals-static --no-unions --force-non-uniform-arrays";

$XTRA .= "--force-non-uniform-arrays ";
#$XTRA .= "--no-unions ";
#$XTRA .= "--no-argc";
#$XTRA .= "--concise ";
#$XTRA .= "--no-paranoid ";
#$XTRA .= "--random-random ";
#$XTRA .= "--math-notmp ";

my $BF = " --bitfields ";
#my $BF = "";
#$XTRA .= "--bitfields ";

#my $PACK = "--packed-struct";
my $PACK = "";
Expand Down Expand Up @@ -135,7 +135,7 @@ ($$)

my $cmd;
if ($CSMITH_CCOMP eq "") {
$cmd = "$CSMITH_HOME/src/csmith $SEED $BF $PACK $XTRA --output $cfile";
$cmd = "$CSMITH_HOME/src/csmith $SEED $PACK $XTRA --output $cfile";
}
else {
$cmd = "$CSMITH_HOME/src/csmith $SEED $CSMITH_CCOMP --output $cfile";
Expand Down

0 comments on commit 00bc037

Please sign in to comment.