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

make test does not track dependencies #8

Open
vzaliva opened this issue Jun 28, 2020 · 0 comments
Open

make test does not track dependencies #8

vzaliva opened this issue Jun 28, 2020 · 0 comments

Comments

@vzaliva
Copy link
Owner

vzaliva commented Jun 28, 2020

Makefile test goal is intended to success even if some proofs (non-executable code) fails. Specifically ReifyProofs.v and Correctness.v.

However, it does not properly track dependencies and sometimes fails, for example, if Compiler.vo is not fresh. It need to recompile if needed all files which actually needed for extraction.

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

No branches or pull requests

1 participant