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

tests: rework makefiles #3578

Merged
merged 2 commits into from
Oct 17, 2024
Merged

tests: rework makefiles #3578

merged 2 commits into from
Oct 17, 2024

Conversation

mtzguido
Copy link
Member

@mtzguido mtzguido commented Oct 17, 2024

This is part of the new build, but self-contained enough to be merged
before that. It unifies most makefiles in tests/ into a single
mk/test.mk (mk is a new top-level directory for make infra).

It also disconnects examples/ and tests/. The mutually recursive
inclusions are hard to work with.

One downside is putting ModifiesGen back into the ci-pre target, but it was honestly a hack to not have it there. Most tests expect to run with a fully checked library.

This was meant to save some CI time, but means the tests run with a
partial library, and this seems to be transitively included.
This is part of the new build, but self-contained enough to be merged
before that. It unifies most makefiles in tests/ into a single
mk/test.mk (mk is a new top-level directory for make infra).

It also disconnects examples/ and tests/. The mutually recursive
inclusions are hard to work with.
@mtzguido mtzguido merged commit ba3b8b0 into FStarLang:master Oct 17, 2024
2 checks passed
@mtzguido mtzguido deleted the test_mk branch October 17, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant