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]
/
external
/
bsd
/
kyua-cli
/
lib
/
engine
/
Makefile
blob
aa1b7923828b7b423c87405f07533618ae0011ca
1
# $NetBSD: Makefile,v 1.1 2013/02/23 14:16:50 jmmv Exp $
2
3
KYUA_LIBS
=
store utils
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
SRCDIR
}/
engine
8
.PATH
: ${
SRCDIR
}/
engine
/
drivers
9
10
LIB
=
engine
11
12
WARNS?
=
3
13
14
SRCS
=
action.
cpp
\
15
config.
cpp
\
16
context.
cpp
\
17
exceptions.
cpp
\
18
filters.
cpp
\
19
kyuafile.
cpp
\
20
metadata.
cpp
\
21
test_case.
cpp
\
22
test_program.
cpp
\
23
test_result.
cpp
\
24
testers.
cpp
25
26
# engine/drivers subdirectory.
27
SRCS
+=
debug_test.
cpp
\
28
list_tests.
cpp
\
29
run_tests.
cpp
\
30
scan_action.
cpp
31
32
.if defined
(
__MINIX
)
33
NOCLANGERROR
=
yes
34
.
endif
# defined(__MINIX)
35
.
include
<
bsd.lib.mk
>