Home | History | Annotate | Line # | Download | only in hash
      1  1.5  christos # $NetBSD: Makefile,v 1.5 2025/07/19 12:03:35 christos Exp $
      2  1.1     joerg 
      3  1.1     joerg .include <bsd.own.mk>
      4  1.1     joerg 
      5  1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc/hash
      6  1.1     joerg 
      7  1.1     joerg TESTS_C+=	t_sha2
      8  1.3  christos TESTS_C+=	t_hmac
      9  1.5  christos LDADD.t_hmac+=	-lcrypto -lpthread
     10  1.5  christos DDADD.t_hmac+=	${LIBCRYPTO} ${LIBPTHREAD}
     11  1.1     joerg 
     12  1.2  pgoyette TESTS_SH+=	t_hash
     13  1.2  pgoyette 
     14  1.2  pgoyette BINDIR=		${TESTSDIR}
     15  1.2  pgoyette MKMAN=		no
     16  1.2  pgoyette 
     17  1.2  pgoyette PROGS+=		h_hash
     18  1.2  pgoyette 
     19  1.2  pgoyette FILESDIR=	${TESTSDIR}/data
     20  1.2  pgoyette 
     21  1.2  pgoyette FILES+=		data/md5test-in
     22  1.2  pgoyette FILES+=		data/md5test-out
     23  1.2  pgoyette FILES+=		data/sha1test-in
     24  1.2  pgoyette FILES+=		data/sha1test-out
     25  1.2  pgoyette FILES+=		data/sha1test2-out
     26  1.2  pgoyette 
     27  1.1     joerg .include <bsd.test.mk>
     28