Skip to content

Make running tests portable (switch to relative paths, isolation environment) #52

@ladisgin

Description

@ladisgin

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions