aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netipsec/tunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/netipsec/tunnel/Makefile')
-rw-r--r--tests/sys/netipsec/tunnel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/sys/netipsec/tunnel/Makefile b/tests/sys/netipsec/tunnel/Makefile
new file mode 100644
index 000000000000..e80374940e95
--- /dev/null
+++ b/tests/sys/netipsec/tunnel/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PACKAGE= tests
+
+TESTSDIR= ${TESTSBASE}/sys/netipsec/tunnel
+
+ATF_TESTS_SH+= empty \
+ aes_cbc_128_hmac_sha1 \
+ aes_cbc_256_hmac_sha2_256 \
+ aes_gcm_128 \
+ aes_gcm_256 \
+ aesni_aes_cbc_128_hmac_sha1 \
+ aesni_aes_cbc_256_hmac_sha2_256 \
+ aesni_aes_gcm_128 \
+ aesni_aes_gcm_256
+
+${PACKAGE}FILES+= utils.subr
+
+.include <bsd.test.mk>