12 lines
242 B
Makefile
12 lines
242 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/10 14:15:25 martin Exp $
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs/cd9660
|
|
WARNS= 4
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
TESTS_SH= t_high_ino_big_file
|
|
FILES= pr_48787.image.bz2
|
|
UUDECODE_FILES= pr_48787.image.bz2
|
|
|
|
.include <bsd.test.mk>
|