NetBSD/regress/sys/fs/Makefile
reinoud a06f598ad6 Add simple lseek() test on a standard file. Standard it runs on the
/var/log/messages file wich is most likely not interesting but the
regression test can work on every specified filingsystem by passing a file
on that filingsystem to it as argument.

It tests:
- initial position
- seeking absolute position
- seeking end
- seeking negative relative position

more can be added later.
2006-09-21 01:27:32 +00:00

6 lines
136 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/09/21 01:27:32 reinoud Exp $
SUBDIR= mkdir getdents posix_fadvise tmpfs lseek
.include <bsd.subdir.mk>