freebsd/atf

Missing required programs on some of ATFs own tests

Closed this issue · 2 comments

brd commented

In atf/libatf-c++/Kyuafile, the following tests should have:

atf_test_program{name="atf_c++_test", required_programs="c++"} atf_test_program{name="check_test", required_programs="cc"} atf_test_program{name="macros_test", required_programs="c++"}

Same in atf/libatf-c/Kyuafile:

atf_test_program{name="atf_c_test", required_programs="cc"} atf_test_program{name="check_test", required_programs="cc"} atf_test_program{name="macros_test", required_programs="cc"}

Thanks

brd commented

Ping?

jmmv commented

It's not that simple unfortunately, because the compiler can be parameterized both at build time and at run time. I've just pushed a possible fix to the issue-31 branch and if it comes back as clean, I'll merge it.