Skip to content

Commit

Permalink
minor test suite addition to check for linker input file warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Jan 2, 2012
1 parent a6a6a00 commit 1bd2592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-fwknop.pl
Expand Up @@ -1447,7 +1447,7 @@ ()

### look for compilation warnings - something like:
### warning: ‘test’ is used uninitialized in this function
return 0 if &file_find_regex([qr/\swarning:\s/], $current_test_file);
return 0 if &file_find_regex([qr/\swarning:\s/, qr/gcc\:.*input\sfile/], $current_test_file);

### the new binaries should exist
unless (-e $fwknopCmd and -x $fwknopCmd) {
Expand Down

0 comments on commit 1bd2592

Please sign in to comment.