Use --test-root to pass files to Bazel tests.
authorRafael Marinheiro <rafael.fariasmarinheiro@gmail.com>
Fri, 14 Aug 2020 21:00:58 +0000 (22:00 +0100)
committerRafael Marinheiro <rafael.fariasmarinheiro@gmail.com>
Fri, 14 Aug 2020 21:00:58 +0000 (22:00 +0100)
commit89cd45cc6ee1a5e0cc51bd2577f1e9e730020735
tree6ade4ddcbc99ce5a8968940dd9c65493e1703046
parent5bfb42301ae2231c07cfdfdd14ab2547599d19b0
Use --test-root to pass files to Bazel tests.

The current implementation makes tests fail when it is imported from a
different Bazel workspace. We fix that by using
the --test-root flag to pass the rootpath to the
tests.
BUILD.bazel