tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / kyua-cli / lib / engine / Makefile
blobaa1b7923828b7b423c87405f07533618ae0011ca
1 # $NetBSD: Makefile,v 1.1 2013/02/23 14:16:50 jmmv Exp $
3 KYUA_LIBS= store utils
5 .include <bsd.init.mk>
7 .PATH: ${SRCDIR}/engine
8 .PATH: ${SRCDIR}/engine/drivers
10 LIB= engine
12 WARNS?= 3
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
26 # engine/drivers subdirectory.
27 SRCS+= debug_test.cpp \
28 list_tests.cpp \
29 run_tests.cpp \
30 scan_action.cpp
32 .if defined(__MINIX)
33 NOCLANGERROR= yes
34 .endif # defined(__MINIX)
35 .include <bsd.lib.mk>