-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
SMTChecker: Add command-line test for Eldarica #14965
Conversation
0bdc829
to
0484906
Compare
0484906
to
e99cb73
Compare
e99cb73
to
504de39
Compare
504de39
to
b5e9474
Compare
b5e9474
to
cff7d16
Compare
cff7d16
to
837e394
Compare
837e394
to
b3df51a
Compare
b3df51a
to
d8914de
Compare
d8914de
to
c1f6119
Compare
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.
Looks good to me. But I imagine you want to add more tests for eldarica, right? Or will you do it in another subsequent PR?
My original idea was to create only a couple of CLI tests. I plan to add tests for computing invariants and counterexamples when I implement that functionality. But if we have Eldarica available both on Ubuntu and OSX, maybe I can add also some SMTCheckerTests that will target Eldarica specifically. I will have to check if that will be possible. |
c1f6119
to
1fec659
Compare
This adds a very basic test to verify that Eldarica can be used as the CHC backend.
Depends on #14964.