Bazel install python libraries
I am new to Bazel and I followed the documentation to install requirements using requirements.txt and Workspace file.
Can Bazel autogenerate headers from custom file types?
I have 100+ files with .idl
extension and I would like to use these to generate C and C++ headers. The IDL files are considered sources and the auto-generated headers are not checked in to the repo.
bazel query to find all test targets and test
Team,
I want to find all test targets and run them.