a06f598ad6
/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.
6 lines
136 B
Makefile
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>
|