Skip to content

Commit

Permalink
[test suite] minor update to not look for lib/.libs/ in --enable-reco…
Browse files Browse the repository at this point in the history
…mpile mode
  • Loading branch information
mrash committed Nov 16, 2012
1 parent 9921e72 commit 5a2150e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion test/test-fwknop.pl
Expand Up @@ -5221,7 +5221,10 @@ ()
}

die "[*] $conf_dir directory does not exist." unless -d $conf_dir;
die "[*] $lib_dir directory does not exist." unless -d $lib_dir;

unless ($enable_recompilation_warnings_check) {
die "[*] $lib_dir directory does not exist." unless -d $lib_dir;
}

unlink $cmd_exec_test_file if -e $cmd_exec_test_file;
for my $name (keys %cf) {
Expand Down
7 changes: 4 additions & 3 deletions todo.org
@@ -1,5 +1,9 @@
* COMPLETED
This bucket is for completed tasks.
** [test suite] Remove lib check for test suite when running in --enable-recompile mode
:CLOSED: <2012-11-15 Thu>
When creating a release tarball under 'make dist', the test suite performs
a check for existing lib/ directory even under --enable-recompile.
** Fix MIPS compilation error
:CLOSED: <2012-11-09 Fri>
Franck Joncourt reported the following bug compiling fwknop MIPS via
Expand Down Expand Up @@ -121,9 +125,6 @@
include other files in which access stanzas can be specified. This makes
it easy to wrap additional controls around access information particularly
in multi-user environments.
** [test suite] Remove lib check for test suite when running in --enable-recompile mode
When creating a release tarball under 'make dist', the test suite performs
a check for existing lib/ directory even under --enable-recompile.
** [test suite] SPA packet fuzzer
Add a series of patches to the fwknop client that break how it produces SPA
data in subtle ways in order to ensure proper validation by fwknopd.
Expand Down

0 comments on commit 5a2150e

Please sign in to comment.