Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
42d8593ad4225a634b481cd573f7aeb94de72418
/
.
/
tests
/
test_cmake_build
/
test.py
blob: 807fd43b4a01850ebd9aa1ec398b7485baf31060 [
file
]
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"
)