You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Right now, we just have a compiler suite. The runtime suite should use a jank implementation of
clojure.test
to test the whole ofclojure.core
and other namespaces shipped with jank. The runtime suite is blocked on #31.The text was updated successfully, but these errors were encountered: