Unable to specify a bazel test
Run Configuration with multiple specific targets
#70
Labels
bazel test
Run Configuration with multiple specific targets
#70
I am running a suit of tests, and would like to use CLion to parse the compiler errors and ultimate program output. The functional equivalent of what I would like is something to the effect of:
If I specify this as a Run Configuration, and then specify the following as my Target expression:
I get the following error:
I believe this could be resolved if the individual arguments were permitted to be quoted separately, to still allow for generic patterns.
As a workaround, I am adding a temporary
test_suite
to myBUILD
file.The text was updated successfully, but these errors were encountered: