Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot run generated test for 32 bits projects #442

Closed
alexey-utkin opened this issue Sep 7, 2022 · 0 comments · Fixed by #445
Closed

[BUG] Cannot run generated test for 32 bits projects #442

alexey-utkin opened this issue Sep 7, 2022 · 0 comments · Fixed by #445
Assignees
Labels
bug Something isn't working

Comments

@alexey-utkin
Copy link
Collaborator

alexey-utkin commented Sep 7, 2022

After the fix #216 We can generate the tests for 32 bits projects, but cannot run they on the server.
The problem is that we do not propagate the '-m32' switch to the linker and do not use it for Google Test files compilation.

@alexey-utkin alexey-utkin added the bug Something isn't working label Sep 7, 2022
@alexey-utkin alexey-utkin self-assigned this Sep 7, 2022
@korifey korifey moved this to Todo in UTBot C/C++ Sep 7, 2022
@alexey-utkin alexey-utkin moved this from Todo to In Progress in UTBot C/C++ Sep 7, 2022
alexey-utkin added a commit that referenced this issue Sep 7, 2022
- propagates `-m32` to linker and for compilation GT files
@alexey-utkin alexey-utkin linked a pull request Sep 8, 2022 that will close this issue
alexey-utkin added a commit that referenced this issue Sep 8, 2022
- propagates `-m32` to linker and for compilation GT files
Repository owner moved this from In Progress to Done in UTBot C/C++ Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant