projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a6a6a00
)
minor test suite addition to check for linker input file warnings
author
Michael Rash
<mbr@cipherdyne.org>
Mon, 2 Jan 2012 20:10:55 +0000 (15:10 -0500)
committer
Michael Rash
<mbr@cipherdyne.org>
Mon, 2 Jan 2012 20:10:55 +0000 (15:10 -0500)
test/test-fwknop.pl
patch
|
blob
|
history
diff --git
a/test/test-fwknop.pl
b/test/test-fwknop.pl
index
0be4cce
..
251addb
100755
(executable)
--- a/
test/test-fwknop.pl
+++ b/
test/test-fwknop.pl
@@
-1447,7
+1447,7
@@
sub compile_warnings() {
### 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) {