Skip to content

Commit

Permalink
Convert wrapper test binary to Python.
Browse files Browse the repository at this point in the history
This removes a dependency on the non-builtin Go rules.
  • Loading branch information
phst committed Mar 5, 2022
1 parent 18dba75 commit 0cc1934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions elisp/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020, 2021 Google LLC
# Copyright 2020, 2021, 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -377,7 +377,6 @@ py_library(
srcs_version = "PY3",
visibility = [
"//emacs:__pkg__",
"//examples:__pkg__",
"//tests/wrap:__pkg__",
],
deps = ["@bazel_tools//tools/python/runfiles"],
Expand Down
7 changes: 1 addition & 6 deletions tests/wrap/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020, 2021 Google LLC
# Copyright 2020, 2021, 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,11 +16,6 @@ py_binary(
name = "wrap",
testonly = 1,
srcs = ["wrap.py"],
data = [
"//elisp:binary.cc",
"//elisp:binary.h",
"//elisp/runfiles:runfiles.elc",
],
python_version = "PY3",
srcs_version = "PY3",
visibility = ["//elisp:__pkg__"],
Expand Down

0 comments on commit 0cc1934

Please sign in to comment.