In the current solution we can't run tests if we pass them to another pc
Now
- Use absolute path to source in MakeFile
- Write intermediate files into tmp directory.
Solution
- Move MakeFile for run tests into tests folder
- Replace tmp directory by directory inside ${project}/${build}/utbot_build
- Change to relative paths in MakeFile