head	1.4;
access;
symbols
	netbsd-11-0-RC4:1.4
	netbsd-11-0-RC3:1.4
	netbsd-11-0-RC2:1.4
	netbsd-11-0-RC1:1.4
	perseant-exfatfs-base-20250801:1.4
	netbsd-11:1.4.0.10
	netbsd-11-base:1.4
	netbsd-10-1-RELEASE:1.4
	perseant-exfatfs-base-20240630:1.4
	perseant-exfatfs:1.4.0.8
	perseant-exfatfs-base:1.4
	netbsd-9-4-RELEASE:1.3
	netbsd-10-0-RELEASE:1.4
	netbsd-10-0-RC6:1.4
	netbsd-10-0-RC5:1.4
	netbsd-10-0-RC4:1.4
	netbsd-10-0-RC3:1.4
	netbsd-10-0-RC2:1.4
	netbsd-10-0-RC1:1.4
	netbsd-10:1.4.0.6
	netbsd-10-base:1.4
	netbsd-9-3-RELEASE:1.3
	cjep_sun2x-base1:1.4
	cjep_sun2x:1.4.0.4
	cjep_sun2x-base:1.4
	cjep_staticlib_x-base1:1.4
	netbsd-9-2-RELEASE:1.3
	cjep_staticlib_x:1.4.0.2
	cjep_staticlib_x-base:1.4
	netbsd-9-1-RELEASE:1.3
	phil-wifi-20200421:1.3
	phil-wifi-20200411:1.3
	is-mlppp:1.3.0.6
	is-mlppp-base:1.3
	phil-wifi-20200406:1.3
	netbsd-9-0-RELEASE:1.3
	netbsd-9-0-RC2:1.3
	netbsd-9-0-RC1:1.3
	phil-wifi-20191119:1.3
	netbsd-9:1.3.0.4
	netbsd-9-base:1.3
	phil-wifi:1.3.0.2
	phil-wifi-20190609:1.3;
locks; strict;
comment	@# @;


1.4
date	2020.05.01.22.24.19;	author christos;	state Exp;
branches;
next	1.3;
commitid	C1B9gYVqAMksxA6C;

1.3
date	2019.04.15.23.41.23;	author christos;	state Exp;
branches
	1.3.2.1;
next	1.2;
commitid	nAcPImGNE0FkfvjB;

1.2
date	2019.04.15.20.21.35;	author christos;	state Exp;
branches;
next	1.1;
commitid	GaNNjJDz1PHP8ujB;

1.1
date	2019.04.06.11.54.25;	author maya;	state Exp;
branches;
next	;
commitid	d66sxPCmdOKGChiB;

1.3.2.1
date	2019.04.15.23.41.23;	author christos;	state dead;
branches;
next	1.3.2.2;
commitid	jtc8rnCzWiEEHGqB;

1.3.2.2
date	2019.06.10.22.10.08;	author christos;	state Exp;
branches;
next	;
commitid	jtc8rnCzWiEEHGqB;


desc
@@


1.4
log
@KMODULEDIR is no longer absolute (${DESTDIR} is added to it by the system
makefile because we need to install the module in two places the debug part
and the regular part)
@
text
@#	$NetBSD: Makefile,v 1.3 2019/04/15 23:41:23 christos Exp $

.include <bsd.own.mk>

KMOD=		ufetchstore_tester
KMODULEDIR=	${TESTSBASE}/modules/${KMOD}

SRCS=		ufetchstore_tester.c

ATFFILE=	no
NOMAN=		# defined

.include <bsd.test.mk>
.include <bsd.kmodule.mk>
@


1.3
log
@Re-arrange the ufetchstore tests to look like the other ones.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2019/04/06 03:06:29 thorpej Exp $
d6 1
a6 1
KMODULEDIR=	${DESTDIR}/${TESTSBASE}/modules/${KMOD}
@


1.3.2.1
log
@file Makefile was added on branch phil-wifi on 2019-06-10 22:10:08 +0000
@
text
@d1 14
@


1.3.2.2
log
@Sync with HEAD
@
text
@a0 14
#	$NetBSD: Makefile,v 1.3 2019/04/15 23:41:23 christos Exp $

.include <bsd.own.mk>

KMOD=		ufetchstore_tester
KMODULEDIR=	${DESTDIR}/${TESTSBASE}/modules/${KMOD}

SRCS=		ufetchstore_tester.c

ATFFILE=	no
NOMAN=		# defined

.include <bsd.test.mk>
.include <bsd.kmodule.mk>
@


1.2
log
@fix TESTSDIR.
http://releng.netbsd.org/builds/HEAD/201904150550Z/evbarm-earm.build.failed
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/04/06 11:54:25 maya Exp $
d5 2
a6 2
TESTSDIR=	${TESTSBASE}/modules/ufetchstore
CPPFLAGS+=	-D_KERNTYPES -I${.CURDIR}/module
d8 1
a8 6
# Ideally this test could be in the parent Makefile, which could not descend
# into this directory at all.  Unfortunately, the etc/mtree/NetBSD.dist file
# creates the 'modules' subdirectory unconditionally, which if left empty
# will confuse atf-run.  Therefore we must install, at the very least, the
# Atffile into it.
TESTS_C=	t_ufetchstore
d10 2
a11 1
SUBDIR+=	module
d14 1
@


1.1
log
@Add missing Makefile.

Grabbed from thorpej's github repository.
XXX not actually built tested...
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
a5 1
TESTSDIR=	${TESTSBASE}/modules
@

