You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: