Sign in
◑
Theme
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
b4e5d582cb656a590b256bcf4a8ffa7c8ce9ba19
/
.
/
tests
/
test_cmake_build
/
test.py
blob: 1467a61dc0e75c05c8a91ce3b8bc6c2338ff8c3e [
file
]
import
sys
import
test_cmake_build
assert
test_cmake_build
.
add
(
1
,
2
)
==
3
print
(
"{} imports, runs, and adds: 1 + 2 = 3"
.
format
(
sys
.
argv
[
1
]))