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

Move almost all run-make-fulldeps tests to run-make #109770

Merged
merged 6 commits into from
Apr 3, 2023

Commits on Mar 30, 2023

  1. Move almost all run-make-fulldeps to run-make

    They pass fine.
    jyn514 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    433da1f View commit details
    Browse the repository at this point in the history
  2. fix wrong includes

    jyn514 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    06b2d4b View commit details
    Browse the repository at this point in the history
  3. move tools.mk to run-make

    apparently I missed some tests in the last commit. Rather than having
    dozens of tests use the long version, use the short version in
    `run-make` and the long version in `run-make-fulldeps` (which is now
    only three tests)
    jyn514 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    26e1ce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e214cb View commit details
    Browse the repository at this point in the history
  5. ignore failing cross-compiled run-make tests

    `run-make-fulldeps` is never cross-compiled, so a lot of these tests
    never accounted for --target. Ignore them when cross-compiling for
    now.
    jyn514 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4851d56 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. try to fix test-various

    jyn514 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c45037b View commit details
    Browse the repository at this point in the history