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/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
lib
/
libc
/
c063
/
Makefile
blob
d4cbf5563666d3b8e46b7425cab292ac4f83bd4a
1
# $NetBSD: Makefile,v 1.1 2012/11/18 17:41:54 manu Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
c063
6
7
TESTS_C
+=
t_faccessat
8
TESTS_C
+=
t_fchmodat
9
TESTS_C
+=
t_fchownat
10
TESTS_C
+=
t_fexecve
11
TESTS_C
+=
t_fstatat
12
TESTS_C
+=
t_linkat
13
TESTS_C
+=
t_mkdirat
14
TESTS_C
+=
t_mkfifoat
15
TESTS_C
+=
t_mknodat
16
TESTS_C
+=
t_o_search
17
TESTS_C
+=
t_openat
18
TESTS_C
+=
t_readlinkat
19
TESTS_C
+=
t_renameat
20
TESTS_C
+=
t_symlinkat
21
TESTS_C
+=
t_unlinkat
22
TESTS_C
+=
t_utimensat
23
24
COPTS
+= -
D_INCOMPLETE_XOPEN_C063
25
26
.
include
<
bsd.
test
.mk
>