Skip to content

Add interactive mode to klee #6

@sava-cska

Description

@sava-cska

When we generate tests for all functions in a file (or in a project), we run klee as many times as there are functions in the file (or in the project). The file, which we send to klee, doesn't change between launches add we lose time on preprocessing, which launches every time.
Solution: send to klee array of entry_points and run preprocessing one time, after that run ordinary process to generate tests

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