Home | History | Annotate | Line # | Download | only in crypto
      1  1.2  riastrad #	$NetBSD: Makefile,v 1.2 2020/07/25 22:53:38 riastradh Exp $
      2  1.1  riastrad 
      3  1.1  riastrad .include <bsd.own.mk>
      4  1.1  riastrad 
      5  1.1  riastrad TESTSDIR=	${TESTSBASE}/sys/crypto
      6  1.1  riastrad 
      7  1.1  riastrad TESTS_SUBDIRS+=	aes
      8  1.2  riastrad TESTS_SUBDIRS+=	chacha
      9  1.1  riastrad 
     10  1.1  riastrad .include <bsd.test.mk>
     11