Passing custom command-line arguments to a Rust test

后端 未结 0 1936
甜味超标
甜味超标 2021-01-19 20:17

I have a Rust test which delegates to a C++ test suite using doctest and wants to pass command-line parameters to it. My first attempt was

// in mod ffi
pub f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题