minix/external/bsd/kyua-cli/lib/engine/Makefile
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00

36 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/23 14:16:50 jmmv Exp $
KYUA_LIBS= store utils
.include <bsd.init.mk>
.PATH: ${SRCDIR}/engine
.PATH: ${SRCDIR}/engine/drivers
LIB= engine
WARNS?= 3
SRCS= action.cpp \
config.cpp \
context.cpp \
exceptions.cpp \
filters.cpp \
kyuafile.cpp \
metadata.cpp \
test_case.cpp \
test_program.cpp \
test_result.cpp \
testers.cpp
# engine/drivers subdirectory.
SRCS+= debug_test.cpp \
list_tests.cpp \
run_tests.cpp \
scan_action.cpp
.if defined(__MINIX)
NOCLANGERROR= yes
.endif # defined(__MINIX)
.include <bsd.lib.mk>