blob: 39223c2848e58273cbde7a1c67269c966d2634e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2020/07/25 22:53:38 riastradh Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/sys/crypto
TESTS_SUBDIRS+= aes
TESTS_SUBDIRS+= chacha
.include <bsd.test.mk>
|