Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
64ff5366
Commit
64ff5366
authored
Apr 19, 2021
by
Richard Levasseur
Committed by
Copybara-Service
Apr 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internal change
PiperOrigin-RevId: 369293725
parent
6fa281d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
pybind11_abseil/tests/BUILD
+7
-4
No files found.
pybind11_abseil/tests/BUILD
View file @
64ff5366
# Tests and examples for pybind11_abseil.
# Tests and examples for pybind11_abseil.
# load("//devtools/python/blaze:
python3.bzl", "py2and3
_strict_test")
# load("//devtools/python/blaze:
strict.bzl", "py
_strict_test")
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
licenses(["notice"])
licenses(["notice"])
...
@@ -23,7 +23,8 @@ py_test(
...
@@ -23,7 +23,8 @@ py_test(
name = "absl_test",
name = "absl_test",
srcs = ["absl_test.py"],
srcs = ["absl_test.py"],
data = [":absl_example.so"],
data = [":absl_example.so"],
srcs_version = "PY2AND3",
python_version = "PY3",
srcs_version = "PY3",
)
)
pybind_extension(
pybind_extension(
...
@@ -41,7 +42,8 @@ py_test(
...
@@ -41,7 +42,8 @@ py_test(
name = "missing_import_test",
name = "missing_import_test",
srcs = ["missing_import_test.py"],
srcs = ["missing_import_test.py"],
data = [":missing_import.so"],
data = [":missing_import.so"],
srcs_version = "PY2AND3",
python_version = "PY3",
srcs_version = "PY3",
)
)
pybind_extension(
pybind_extension(
...
@@ -61,5 +63,6 @@ py_test(
...
@@ -61,5 +63,6 @@ py_test(
":status_example.so",
":status_example.so",
"//pybind11_abseil:status.so",
"//pybind11_abseil:status.so",
],
],
srcs_version = "PY2AND3",
python_version = "PY3",
srcs_version = "PY3",
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment