buck

How do I run a specific test in Buck?


I can run all tests in using buck test //...

How do I run one specific test?


Solution

  • The --test-selectors method lets you pick a single test, but that doesn't have full support for all languages.