mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add requiered programs (cc and c++) for some lib/atf regression tests
PR: 236889 Reviewed by: ngie Approved by: emaste (on IRC) MFC after: 1 month Sponsored by: Netflix
This commit is contained in:
parent
e667e2a480
commit
6a2d6673e6
2 changed files with 14 additions and 0 deletions
|
|
@ -27,4 +27,11 @@ ATF_TESTS_CXX+= ${_T}
|
|||
SRCS.${_T}= ${_T}.cpp test_helpers.cpp
|
||||
.endfor
|
||||
|
||||
.for _T in atf_c++_test \
|
||||
build_test \
|
||||
check_test \
|
||||
macros_test
|
||||
TEST_METADATA.${_T}+= required_programs="c++"
|
||||
.endfor
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
|
|
@ -33,4 +33,11 @@ ATF_TESTS_C+= ${_T}
|
|||
SRCS.${_T}= ${_T}.c test_helpers.c
|
||||
.endfor
|
||||
|
||||
.for _T in atf_c_test \
|
||||
build_test \
|
||||
check_test \
|
||||
macros_test
|
||||
TEST_METADATA.${_T}+= required_programs="cc"
|
||||
.endfor
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue