From 7d1ad9a4fa2b12d9a6754432e880f88519f8d2ee Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 5 May 2014 23:05:02 -0400 Subject: [PATCH] add new test suite conf files --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 15af9fb0..9159489c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,6 +154,7 @@ EXTRA_DIST = \ test/conf/fuzzing_open_ports_access.conf \ test/conf/fuzzing_restrict_ports_access.conf \ test/conf/fuzzing_source_access.conf \ + test/conf/hmac_fuzzing_access.conf \ test/conf/gpg_access.conf \ test/conf/gpg_hmac_access.conf \ test/conf/gpg_no_pw_access.conf \ @@ -309,6 +310,7 @@ EXTRA_DIST = \ test/tests/code_structure.pl \ test/tests/basic_operations.pl \ test/tests/rijndael_hmac.pl \ + test/tests/rijndael_hmac_fuzzing.pl \ test/tests/rijndael_hmac_cmd_exec.pl \ test/tests/rijndael_backwards_compatibility.pl \ test/tests/os_compatibility.pl \