1import sys 2import test_cmake_build 3 4assert test_cmake_build.add(1, 2) == 3 5print("{} imports, runs, and adds: 1 + 2 = 3".format(sys.argv[1])) 6