repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
lib
/
libc
/
setjmp
/
Makefile
blob
b87578f5fd9c65373450091c7bb3dceb57ab76cf
1
# $NetBSD: Makefile,v 1.2 2011/04/21 18:58:20 martin Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
WARNS
=
4
8
9
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
setjmp
10
11
TESTS_C
+=
t_setjmp
12
TESTS_C
+=
t_threadjmp
13
14
LDFLAGS.t_threadjmp
+= -
pthread
15
16
.
include
<
bsd.
test
.mk
>