admin管理员组

文章数量:1122832

I'm having hard time to compile webkit with IPC tests. For example, I would like to run the following test: .html

I understood that I need to compile webkit with ENABLE_IPC_TESTING_API and IPC_TESTING_API flgs, so I did:--cmakeargs="-DENABLE_IPC_TESTING_API=ON -DIPC_TESTING_API=ON" --makeargs="-DENABLE_IPC_TESTING_API=ON -DIPC_TESTING_API=ON" to build-webkit script. It seems that it doesn't work, however. Whenever I try to run t./Tools/Scripts/run-webkit-tests ./LayoutTests/ipc/ it find 0 tests and doesn't do anything.

any help will be great, thanks!

本文标签: ipchow to compile webkit with certain flags on macosStack Overflow