Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert wrapper test binary to Python. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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