NetBSD/tests/fs/hfs/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

16 lines
334 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/02/18 13:07:54 pooka Exp $
#
TESTSDIR= ${TESTSBASE}/fs/hfs
TESTS_C= t_pathconvert
FILES= colon.hfs.bz2.uue
FILESDIR= ${TESTSDIR}
LDADD+= -lrumpfs_hfs # fs drivers
LDADD+= -lrumpdev_disk -lrumpdev # disk drivers
LDADD+= -lrumpvfs -lrump -lrumpuser -lpthread # base
.include <bsd.test.mk>