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

Makefile robustness #325

Merged
merged 2 commits into from
May 14, 2024
Merged

Makefile robustness #325

merged 2 commits into from
May 14, 2024

Conversation

naucke
Copy link
Contributor

@naucke naucke commented May 13, 2024

Update make test trigger

test/agda2hs was rebuilt upon changes in src/*.hs only, but these are not all the source files (in fact, they're the less frequently used ones). Extend this to all files.
We can't use a Makefile wildcard here because the nest goes deeper.

Update test make dependencies

for efficient and correct multiprocessing

naucke added 2 commits May 13, 2024 17:45
`test/agda2hs` was rebuilt upon changes in `src/*.hs` only, but these
are not all the source files. Extend this to all files.
for efficient and correct multiprocessing
@jespercockx jespercockx merged commit cb60e04 into agda:master May 14, 2024
7 checks passed
@jespercockx
Copy link
Member

Thank you! This was indeed bothering me for a while already.

@naucke naucke deleted the makefile-robustness branch May 23, 2024 17:30
@jespercockx jespercockx added this to the 1.3 milestone Sep 24, 2024
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.

2 participants