-
Notifications
You must be signed in to change notification settings - Fork 273
goto-gcc tests don't work under CMake #1500
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
Comments
It seems the CMake test runs don't output details in case of failure? Does the CMake set up do (some equivalent of) |
At the moment, the makefiles run the test.pl script, and run a second script to print output if the first script fails. CMake only allows us to run a single command for each test, so I would recommend either:
|
Question by a CMake dummy:
Does that mean that Either way it might be a good idea to integrate the printer into test.pl |
Yes, it has to be a single I think adding an option to test.pl to print failed tests is probably the best way forward, as this will simplify the makefiles too. However, I don't know any Perl so unfortunately I won't be able to make this change myself. |
I'm taking care of the failed-tests-printer integration. @reuk Could you advise on how to run |
I don't understand the significance of the symlink here. Why can't these tests be run with |
The behaviour of |
Cmake has some built-in portable command which you can see with To run them from a The actual custom_command should probably be a post-build command on |
The regression tests in goto-gcc are not enabled on CMake (#1481 tried to turn them on).
Travis build output:
https://travis-ci.org/diffblue/cbmc/jobs/289820097
The text was updated successfully, but these errors were encountered: