Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow cuda_test to specify the
data
attribute. (#314)
The native.cc_test rule has a `data` attribute that is not exposed in the cuda_test rule. This change allows the cuda_test rule to specify the `data` attribute, and plumb it down to the native.cc_test rule.
- Loading branch information