You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When trying to generate tests with UTBot auto target, generation fails.
To Reproduce
Steps to reproduce the behavior:
Configure and run UTBot.
Try to generate test for file UTBotCpp/server/test/suites/stub/lib/literals/foo.c inside project UTBotCpp/server/test/suites/stub with auto target enabled.
See error message:
compile_commands.json doesn't contain a command for source file /home/utbot/UTBotCpp-deploy/server/test/suites/stub/lib/literals/foo.c
Then choose exe target.
Run generation again.
See successfully generated tests.
Expected behavior
Tests are supposed to be generated with auto target enabled.
Actual behavior
Tests are not generated with auto target enabled.
Description
When trying to generate tests with UTBot auto target, generation fails.
To Reproduce
Steps to reproduce the behavior:
UTBotCpp/server/test/suites/stub/lib/literals/foo.c
inside projectUTBotCpp/server/test/suites/stub
with auto target enabled.exe
target.Expected behavior
Tests are supposed to be generated with auto target enabled.
Actual behavior
Tests are not generated with auto target enabled.
Environment
UTBot main branch (commit)
The text was updated successfully, but these errors were encountered: