repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Boot-to-ramdisk image generation scripts
[minix3.git]
/
tests
/
fs
/
fifofs
/
Makefile
blob
3b96a324c9ca5dd510742c1b3fbc5061a5f98fab
1
# $NetBSD: Makefile,v 1.2 2011/12/21 01:56:16 christos Exp $
2
#
3
4
TESTSDIR
= ${
TESTSBASE
}/
fs
/
fifofs
5
WARNS
=
4
6
7
TESTS_C
=
t_fifo
8
9
.
include
<
bsd.
test
.mk
>