ninja -C out\Debug browser_tests.exe
ninja -C out\Debug unit_tests.exe
to run specific test, just search with filename. for example manifest_unittest is the key for search
unit_tests.exe --gtest_filter="ManifestTest.*"
and also http://dev.chromium.org/developers/testing/browser-tests
No comments:
Post a Comment