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

Add a way to check .meta files against existing shells #29

Open
Niols opened this issue Oct 11, 2018 · 4 comments
Open

Add a way to check .meta files against existing shells #29

Niols opened this issue Oct 11, 2018 · 4 comments

Comments

@Niols
Copy link
Member

Niols commented Oct 11, 2018

No description provided.

@Niols Niols self-assigned this Oct 11, 2018
@Niols
Copy link
Member Author

Niols commented Oct 17, 2018

So this is currently possible. But I'm not sure how it should be made available. An entry point in the Makefile? Or just in the documentation of tests/runner/run_tests?

@benozol
Copy link
Contributor

benozol commented Oct 18, 2018

We are currently accumulating many different types of tests: a) concrete Colis interpreter, b) other shells (this issue), c) replay proofs, d) test parsing/unparsing Colis, and soon e) symbolic Colis interpreter. What about combining all but c) in one make target because they are more-or-less instantaneous, and keeping a separate target for c) because this make take some time? The CI should of course check all.

@Niols
Copy link
Member Author

Niols commented Oct 18, 2018

This is currently the case, isn't it? make test runs all the tests that have been declared to Dune, that is everything except the proofs replaying.

@benozol
Copy link
Contributor

benozol commented Oct 18, 2018

Ah that’s fine then.

@Niols Niols removed their assignment Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants