-
Couldn't load subscription status.
- Fork 30
External variables support (closes #514) #522
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
Conversation
58da6a0 to
b7c3833
Compare
|
Seems currenly we get a problem with tests |
50d9e17 to
467a2c6
Compare
server/src/printers/KleePrinter.cpp
Outdated
|
|
||
| writeAccessPrivateMacros(typesHandler, tests, false); | ||
|
|
||
| CollectionUtils::apply(tests.externVariables, [this](const Tests::TypeAndVarName &var) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as server/src/printers/TestsPrinter.cpp:66
server/src/printers/KleePrinter.cpp
Outdated
|
|
||
| writeAccessPrivateMacros(typesHandler, tests, false); | ||
|
|
||
| CollectionUtils::apply(tests.externVariables, [this](const Tests::TypeAndVarName &var) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless apply
Closes #514
To fix the problem extern variable declaration was added to KLEE wrapper and gtest file.