Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、cmocka フレームワークの printf 形式を変更する方法を知っている人はいますか?
たとえば、assert_int_equalが失敗した場合、値は 16 進数で表示されます
[ RUN ] test_something [ ERROR ] --- 0x194 != 0xc8
のように10進数に変更したい
[ RUN ] test_something [ ERROR ] --- 404 != 200