]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/atf/libatf-c++/tests/detail/Makefile
MFC various fixes for the ATF tests.
[FreeBSD/stable/10.git] / lib / atf / libatf-c++ / tests / detail / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 TESTSDIR=       ${TESTSBASE}/lib/atf/libatf-c++/detail
6
7 ATF=            ${.CURDIR:H:H:H:H:H}/contrib/atf
8 .PATH:          ${ATF}/atf-c++/detail
9
10 CFLAGS+=        -I${ATF}
11
12 .for _T in      application_test \
13                 env_test \
14                 exceptions_test \
15                 expand_test \
16                 fs_test \
17                 parser_test \
18                 process_test \
19                 sanity_test \
20                 text_test \
21                 ui_test
22 ATF_TESTS_CXX+= ${_T}
23 SRCS.${_T}=     ${_T}.cpp test_helpers.cpp
24 .endfor
25
26 .include <atf.test.mk>