Skip to content

Commit 0cc1934

Browse files
committed
Convert wrapper test binary to Python.
This removes a dependency on the non-builtin Go rules.
1 parent 18dba75 commit 0cc1934

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

elisp/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2021 Google LLC
1+
# Copyright 2020, 2021, 2022 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -377,7 +377,6 @@ py_library(
377377
srcs_version = "PY3",
378378
visibility = [
379379
"//emacs:__pkg__",
380-
"//examples:__pkg__",
381380
"//tests/wrap:__pkg__",
382381
],
383382
deps = ["@bazel_tools//tools/python/runfiles"],

tests/wrap/BUILD

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2021 Google LLC
1+
# Copyright 2020, 2021, 2022 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -16,11 +16,6 @@ py_binary(
1616
name = "wrap",
1717
testonly = 1,
1818
srcs = ["wrap.py"],
19-
data = [
20-
"//elisp:binary.cc",
21-
"//elisp:binary.h",
22-
"//elisp/runfiles:runfiles.elc",
23-
],
2419
python_version = "PY3",
2520
srcs_version = "PY3",
2621
visibility = ["//elisp:__pkg__"],

0 commit comments

Comments
 (0)