xref: /netbsd-src/tests/fs/cd9660/Makefile (revision de973ec2536d959ecfdbc7c95edf5f0c8a72818f)
1# $NetBSD: Makefile,v 1.2 2024/04/28 14:39:22 rillig Exp $
2
3TESTSDIR=		${TESTSBASE}/fs/cd9660
4FILESDIR=		${TESTSDIR}
5
6TESTS_SH=		t_high_ino_big_file
7PROGS=			h_hexdump_r
8MAN.h_hexdump_r=	# none
9BINDIR.h_hexdump_r=	${TESTSDIR}
10FILES=			pr_48787.image.hex
11
12.include <bsd.test.mk>
13