Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
55e4bb9135f9ab19cf9af5ae2178eebb9d9ef23e
/
.
/
tests
/
test_cmake_build
/
test.py
blob: bb4c20e0cbb138450211d48a535306abdaba0216 [
file
] [
log
] [
blame
]
from
__future__
import
annotations
import
sys
import
test_cmake_build
assert
isinstance
(
__file__
,
str
)
# Test this is properly set
assert
test_cmake_build
.
add
(
1
,
2
)
==
3
print
(
f
"{sys.argv[1]} imports, runs, and adds: 1 + 2 = 3"
)