test: Location expand environment variables#1572
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
04406a2 to
580b6c4
Compare
580b6c4 to
1cb0396
Compare
|
@simuons I'm running into this problem, any chance of having a look at this or some tips? 🤞 |
|
Hi @hovind could you rebase this PR on master? I need to refresh my memory to answer @oharboe to unblock you I think you could replace |
Description
Perform location expansion on testing environment.
Motivation
I want to provide paths to the
scala_testvia the environment. https://github.com/ucb-bar/chiseltest requiresVERILATOR_ROOTto be present in the environment. I want to use the@verilator//:verilator_executableprovided by https://github.com/hdl/bazel_rules_hdl.I removed some
ifs andelses whose necessity I did not quite understand, please advice if I have broken something.