mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
first commit
This commit is contained in:
8
third_party/pybind11/tests/test_cmake_build/test.py
vendored
Normal file
8
third_party/pybind11/tests/test_cmake_build/test.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import sys
|
||||
|
||||
import test_cmake_build
|
||||
|
||||
assert isinstance(__file__, str) # Test this is properly set
|
||||
|
||||
assert test_cmake_build.add(1, 2) == 3
|
||||
print(f"{sys.argv[1]} imports, runs, and adds: 1 + 2 = 3")
|
||||
Reference in New Issue
Block a user