From efd3bfd0f9dea52ecf765f97a4708a89483943f7 Mon Sep 17 00:00:00 2001 From: c-parsons Date: Tue, 4 Jun 2019 11:28:45 -0400 Subject: [PATCH] Add some comments to unittest_test.sh (#159) --- tests/unittest_test.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/unittest_test.sh b/tests/unittest_test.sh index 22239b5..a74c1df 100755 --- a/tests/unittest_test.sh +++ b/tests/unittest_test.sh @@ -58,6 +58,7 @@ load("//lib:unittest.bzl", "register_unittest_toolchains") register_unittest_toolchains() EOF + # Copy relevant skylib sources into the current workspace. mkdir -p tests touch tests/BUILD cat > tests/BUILD < testdir/BUILD <