目录
山不在高,有仙则名。水不在深,有龙则灵。
----CSDN 时时三省
测试环境:
tessy 测试工具 测试代码 头文件目录 假设为 C:file/test/include/test.h
1,失败原因
场景1:头文件的包含方式为 #include "test.h", 此种包含方式只需在 TIE 界面的左下角中的 sources 栏中的 include 填写 test.h 的直接路径即可:C:file/test/include
场景2:头文件的包含方式为 #include "include/test.h", 此种包含方式需要用以下解决办法;
2,解决办法
在sources栏中的 include,只需填写 C:file/test 即可解决