summaryrefslogtreecommitdiff
path: root/ext/pybind11/tests/test_cmake_build/test.py
blob: 1467a61dc0e75c05c8a91ce3b8bc6c2338ff8c3e (plain)
1
2
3
4
5
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]))