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]))