History log of /netbsd-src/tests/crypto/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 89ed65c0 15-Jan-2014 martin <martin@NetBSD.org>

Remove bogus TESTSDIR


# fda7dd48 14-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Descend into new opencrypto test suite


# 9bee98a7 14-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Add some trivial tests for the in-kernel opencrypto framework, and link
them into the build. (Thanks to Matthias Drochner for the test programs!)

XXX The arc4 and null tests currently fail - under

Add some trivial tests for the in-kernel opencrypto framework, and link
them into the build. (Thanks to Matthias Drochner for the test programs!)

XXX The arc4 and null tests currently fail - under investigation.

show more ...


# 9d0b4b5b 13-Jul-2010 jmmv <jmmv@NetBSD.org>

Get rid of static Atffiles and let bsd.test.mk generate them on the fly.


# fd2c7cbd 13-Feb-2009 jmmv <jmmv@NetBSD.org>

Convert libcrypto tests to ATF. Original work done by Lukasz Strzygowski
in the GSoC 2008 atfify project. Reorganization of files and build system
reworked by me.