Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 243 Bytes

File metadata and controls

22 lines (17 loc) · 243 Bytes
  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=.