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

Compile Java regression test sources (1/n) #8487

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 12, 2024

  1. Use Maven to compile all regression test sources upfront

    This commit adds the CMake integration to call Maven
    to compile the test sources.
    peterschrammel committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1770482 View commit details
    Browse the repository at this point in the history
  2. Compile jbmc/ArithmeticException1 test sources

    Add pom.xml for compilation,
    move sources
    remove obsolete pre-compiled class file.
    peterschrammel committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    26a496e View commit details
    Browse the repository at this point in the history
  3. Compile jbmc/classpath-jar-load-whole-jar test sources

    Fix pom.xml for compilation,
    remove obsolete pre-compiled jar file.
    peterschrammel committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a1ff4b7 View commit details
    Browse the repository at this point in the history
  4. Use cmake for cleaning in cmake job

    which makes more sense than building with cmake
    and cleaning with make.
    peterschrammel committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9e595aa View commit details
    Browse the repository at this point in the history