-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request
Type
Projects
Status
Done