aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2017-02-10 10:38:14 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-10 15:36:03 +0000
commitd2cba292a6904d188d5a903d5baee3ba873b0ec5 (patch)
treec2c111650fe560f1cf1b3c5541c2cbfea70455f8 /src/main/native
parentda3099a0816f3c0e206a08962e5ffd77a0aac2de (diff)
Bazel client, Windows, tests: `rm -rf TEST_TMPDIR`
Add test helpers to recursively delete the TEST_TMPDIR in the TearDown method of tests, to ensure each test sees a fresh temp directory. Also add tests for these test helpers. -- PiperOrigin-RevId: 147135561 MOS_MIGRATED_REVID=147135561
Diffstat (limited to 'src/main/native')
-rw-r--r--src/main/native/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/native/BUILD b/src/main/native/BUILD
index 13775d04bd..ba605707c1 100644
--- a/src/main/native/BUILD
+++ b/src/main/native/BUILD
@@ -68,6 +68,7 @@ cc_library(
hdrs = ["windows_util.h"],
visibility = [
"//src/main/cpp:__subpackages__",
+ "//src/test/cpp:__subpackages__",
"//src/test/native:__pkg__",
],
)