NetBSD/tests/fs/Makefile
pooka 7e9c3f5ca7 Add test case for /->: conversion from PR kern/44523 by
Taylor R Campbell.

I adjusted the test to uudecode + bunzip2 the supplied image, and
removed the "null-finder" from the dirent code, since it had an
off-by-one which made the test fail.
2011-02-18 13:07:54 +00:00

17 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.20 2011/02/18 13:07:54 pooka Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs
SUBDIR+= common .WAIT
TESTS_SUBDIRS+= ffs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
TESTS_SUBDIRS+= tmpfs umapfs union
TESTS_SUBDIRS+= vfs
FILES= h_funcs.subr
FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>