mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 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")
 | 
