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

Test packaged release binaries after bundling #33

Open
2 tasks
jeaye opened this issue May 19, 2023 · 0 comments
Open
2 tasks

Test packaged release binaries after bundling #33

jeaye opened this issue May 19, 2023 · 0 comments

Comments

@jeaye
Copy link
Collaborator

jeaye commented May 19, 2023

We currently run the in-source tests after compiling, but it would be helpful to smoke test the packaged distributions to ensure all necessary files are in there, in the right place, and that the basic functionality works.

  • Run the jank compiler test suite for each packaged distribution
  • Run the jank runtime test suite for each packaged distribution

Right now, we just have a compiler suite. The runtime suite should use a jank implementation of clojure.test to test the whole of clojure.core and other namespaces shipped with jank. The runtime suite is blocked on #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant