[test suite] add new test files to Makefile.am

This commit is contained in:
Michael Rash 2013-05-01 23:55:34 -04:00
parent 0f24877762
commit 56ef34738e
4 changed files with 10 additions and 0 deletions

View File

@ -142,7 +142,12 @@ EXTRA_DIST = \
test/conf/fuzzing_restrict_ports_access.conf \
test/conf/fuzzing_source_access.conf \
test/conf/gpg_access.conf \
test/conf/gpg_hmac_access.conf \
test/conf/gpg_no_pw_access.conf \
test/conf/gpg_no_pw_hmac_access.conf \
test/conf/no_flush_init_fwknopd.conf \
test/conf/no_flush_exit_fwknopd.conf \
test/conf/no_flush_init_or_exit_fwknopd.conf \
test/conf/hmac_access.conf \
test/conf/hmac_no_b64_access.conf \
test/conf/hmac_dual_key_usage_access.conf \
@ -168,6 +173,7 @@ EXTRA_DIST = \
test/conf/hmac_force_nat_access.conf \
test/conf/fwknoprc_default_hmac_base64_key \
test/conf/fwknoprc_hmac_key2 \
test/conf/fwknoprc_gpg_hmac_key \
test/conf/fwknoprc_hmac_invalid_type \
test/conf/fwknoprc_hmac_md5_key \
test/conf/fwknoprc_hmac_md5_long_key \

View File

@ -0,0 +1 @@
FLUSH_IPT_AT_EXIT N;

View File

@ -0,0 +1 @@
FLUSH_IPT_AT_INIT N;

View File

@ -0,0 +1,2 @@
FLUSH_IPT_AT_INIT N;
FLUSH_IPT_AT_EXIT N;