Do not use relative paths in the code. Rather use include path options for compilers #708
Labels
good first issue
An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required
help wanted
We need a help
improvement
Upgrade existing feature
makefile
makefile changes required
Milestone
This is very weird to have relative paths like
#include "../unit_test_helper.h"
in the code. It is ugly and it is not maintainable (what we move the file to another location?). We have to make file inclusions without relative paths.The text was updated successfully, but these errors were encountered: