Sign in
gem5
/
public
/
gem5
/
439b68a21e5122df2e6d1b9aad7ac46af619cc75
/
.
/
ext
/
pybind11
/
tests
/
test_cmake_build
/
test.py
blob: 1467a61dc0e75c05c8a91ce3b8bc6c2338ff8c3e [
file
] [
log
] [
blame
]
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
]))