From 444e535f000fd7b53dadf6726d5cd29ac34cc75f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Jul 2020 08:58:19 +0200 Subject: Add pybind11 2.5 source --- 3rdparty/pybind11/tests/test_cmake_build/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 3rdparty/pybind11/tests/test_cmake_build/test.py (limited to '3rdparty/pybind11/tests/test_cmake_build/test.py') diff --git a/3rdparty/pybind11/tests/test_cmake_build/test.py b/3rdparty/pybind11/tests/test_cmake_build/test.py new file mode 100644 index 00000000..1467a61d --- /dev/null +++ b/3rdparty/pybind11/tests/test_cmake_build/test.py @@ -0,0 +1,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])) -- cgit v1.2.3