repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
tests
/
fs
/
cd9660
/
Makefile
blob
3d5e9db725997f458a39ba0992f2c17914984e56
1
# $NetBSD: Makefile,v 1.1 2014/05/10 14:15:25 martin Exp $
2
3
TESTSDIR
= ${
TESTSBASE
}/
fs
/
cd9660
4
WARNS
=
4
5
FILESDIR
= ${
TESTSDIR
}
6
7
TESTS_SH
=
t_high_ino_big_file
8
FILES
=
pr_48787.image.bz2
9
UUDECODE_FILES
=
pr_48787.image.bz2
10
11
.
include
<
bsd.
test
.mk
>