From b33a6e4c22964e681ef9aa83042e367858378a23 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 17 Mar 2014 21:43:36 -0400 Subject: [PATCH] [test suite] ensure the fko multi-call wrapper is executed under valgrind --- test/tests/rijndael_fuzzing.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/tests/rijndael_fuzzing.pl b/test/tests/rijndael_fuzzing.pl index d57550eb..732c4570 100644 --- a/test/tests/rijndael_fuzzing.pl +++ b/test/tests/rijndael_fuzzing.pl @@ -277,6 +277,12 @@ 'cmdline' => $default_client_args, 'fwknopd_cmdline' => "$fwknopdCmd $default_server_conf_args $intf_str", }, + { + 'category' => 'Rijndael', + 'subcategory' => 'fko-wrapper', + 'detail' => 'multiple libfko calls (with valgrind)', + 'function' => \&compile_execute_fko_wrapper + }, { 'category' => 'Rijndael', 'subcategory' => 'fko-wrapper',