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

Add missing cleanup #7798

Merged
merged 5 commits into from
Aug 9, 2023
Merged

Commits on Jul 18, 2023

  1. Add goto-bmc and libcprover-cpp to Makefile builds

    Ensure both build infrastructures remain in sync.
    tautschnig committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f01545d View commit details
    Browse the repository at this point in the history
  2. Add regression/goto-bmc to Makefile builds

    These tests should also be run when using Makefile-based builds, and
    Makefiles are the only way to perform cleanup.
    tautschnig committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    13537d2 View commit details
    Browse the repository at this point in the history
  3. Add regression/libcprover-cpp to Makefile builds

    Ensure that both CMake and Make run the same set of tests, and
    facilitate cleanup after running tests (for either build system).
    tautschnig committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ce66557 View commit details
    Browse the repository at this point in the history
  4. Add missing cleanup

    make clean did not actually remove all files. Includes disabling an
    export-symex-ready-goto test with --xml-ui for check.py will wrap the
    `""` argument and make the test produce an actual goto binary in a file
    named `""`.
    tautschnig committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f6419b0 View commit details
    Browse the repository at this point in the history
  5. Check clean target in GitHub actions

    Make sure "clean" actually does a full cleanup.
    tautschnig committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    da99314 View commit details
    Browse the repository at this point in the history