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.
我发现buck test难以阅读的输出。--gtest_color=yesGoogle Test 通过在运行可执行文件时添加标志来支持颜色输出。
buck test
--gtest_color=yes
有没有办法通过 Buck 将此标志传递给 Google Test?
不,但是您可以使用命令手动运行二进制文件buck run并在那里传递参数。
buck run