aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/skylark/testenv.py
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-09-13 14:28:48 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-13 19:06:46 +0200
commita92d37752105dcb870d881551b5fb29200f4dadd (patch)
tree1b4e9a89e0f15c118df64185edd40c8bfde64f3d /src/test/skylark/testenv.py
parent423d5b568de6973f7f116bddf82f83e597e0b040 (diff)
Automated rollback of commit 72de1fe6bafa28fddcbc8cdc1ccbb59556996bfb.
*** Reason for rollback *** Roll-forward with fix *** Original change description *** Automated rollback of commit f5b8281f1f7599c67476663887db909a4206710e. *** Reason for rollback *** Read the wrong log, it is not timing out, actual failure. *** Original change description *** Open-source src/test/skylark/... This was means to be open-sourced from the beginning but an error in our set-up hide it from the open-source tree. PiperOrigin-RevId: 168526758
Diffstat (limited to 'src/test/skylark/testenv.py')
-rw-r--r--src/test/skylark/testenv.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/skylark/testenv.py b/src/test/skylark/testenv.py
new file mode 100644
index 0000000000..5ac73f534e
--- /dev/null
+++ b/src/test/skylark/testenv.py
@@ -0,0 +1,17 @@
+# Copyright 2017 The Bazel Authors. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+"""Test constants for src/test/skylark."""
+
+SKYLARK_BINARY_PATH = "src/main/java/com/google/devtools/skylark/Skylark"
+SKYLARK_TESTDATA_PATH = "src/test/skylark/testdata/"