summaryrefslogtreecommitdiff
path: root/tests/lib/libskey/Makefile
blob: 4d8ef3bc9f4da4a23f71f65b80d54ab795cba68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:32 jmmv Exp $

NOMAN=		# defined

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/libskey

DPADD+=		${LIBSKEY}
LDADD+=		-lskey

TESTS_C=	t_algorithms

.include <bsd.test.mk>
these tests die with a bus error in themartin 2011-01-04win wunusedpooka 2011-01-04Remove arch check now that rump smp is available on all host archs.pooka 2011-01-02+ rump_lwproc_newproc -> rump_lwproc_rfork()pooka 2010-11-09Remove ugly workaround to skip this if unprivileged-user=_atf and just usejmmv 2010-11-08Use su -m since _atf has nologin as its shell.pooka 2010-11-07Adjusts tests after import of atf-0.12:jmmv 2010-09-01update to new rump lwp/proc interfacespooka 2010-07-14Convert "The Original" rename race test from to vfs and retire thepooka 2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv 2010-07-05Properly mark some test cases as having a cleanup routine. Stupidity ofjmmv 2010-07-04Add a test case for PR kern/36681 demonstrating how easy it is topooka 2010-06-07Remove a test (that a created directory had a predictable inode number)riz 2010-06-07Use atf_check to su in a couple cases, to make the test failureriz 2010-06-04atf-0.9 introduces an use.fs test-case property to allow tests to write tojmmv 2009-04-26Use rump_sys_mount() instead of ukfs_mount(). Just a few morepooka 2009-04-14WARNS=4pooka 2009-04-14Add atf_tc_fail_errno(), which appends strerror(errno) to thepooka 2009-04-08* convert to KNFpooka 2009-04-08atf_tc_fail() instead of err()pooka 2009-04-08make test duration bound by time instead of by number of roundspooka 2009-04-07add regression test for kern/41128pooka 2009-01-19Adjust tests to work with the new API in ATF 0.6.jmmv 2008-04-30Convert TNF licenses to new 2 clause variantmartin 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-02-13Add tests for rillig@'s recent fix to mount_tmpfs: ensure that error messagesjmmv 2007-12-30Re-add the NetBSD CVS Id tag to the header. It just had to be quoted tojmmv 2007-12-29Back out the change to introduce the X-NetBSD-Id header entry. For somejmmv 2007-12-26Add the NetBSD Id tag to the Atffiles. Issue raised by pooka@ a while ago.jmmv 2007-11-21Explicitly define TESTSDIR, because the automatic deduction of its valuejmmv 2007-11-12Convert the regress/sys/fs/tmpfs tests to the atfjmmv