paddle 使用单测测试


在编译时,添加-DWITH_TESTING=ON,将单测编入whl包中

安装whl包

ctest -N | grep test_range 查找是否包含对应单测

ctest -R test_range -V 运行单测