Skip to content

CSQ223/python_call_c_ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. 编译动态库及测试文件
mkdir build
cd build
cmake ..
make
  1. 执行python测试文件
cd ..
python3 pytest/c_api_test.py
python3 pytest/flat_route_test.py

注意:添加python目录

export PYTHONPATH=.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors