Config project settings¶
Modify config.ut file in unittest project folder
Config dynamic lib search path¶
In [libs_so_path] section,to add lib search path
[libs_so_path]
/home/mycode/lib
Config staic or dynamic libs¶
In [libs] section , to add static or dynamic libs for the project.
[libs]
-lpthread
mylib.a
config exclude_files¶
In [exclude_files] section , to add files which is not for test.
[exclude_files]
-lpthread
mylib.a