Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying additional aspects to tut #299

Merged
merged 2 commits into from Sep 23, 2021

Commits on Sep 20, 2021

  1. Allow specifying additional aspects to tut

    To simulate this in a test I had to define a separate attribute with the
    aspect applied and ignore `target_under_test`, except because
    `target_under_test` is mandatory I had to set some value for it which
    was ignored.
    
    This may or may not fix
    bazelbuild#189 (I could see also
    wanting a `build_test`-like target which builds with an aspect - I'm not
    entirely sure what the scope of that issue was meant to be :))
    illicitonion committed Sep 20, 2021
    Copy the full SHA
    8022439 View commit details
    Browse the repository at this point in the history
  2. Add test

    illicitonion committed Sep 20, 2021
    Copy the full SHA
    2363fa3 View commit details
    Browse the repository at this point in the history