The cross-dialect clojure-test-suite (jank-lang fork) is now a git submodule at vendor/clojure-test-suite instead of a personal ~/src checkout. The harness reads it from the vendored path only (skips cleanly if the submodule isn't initialized: `git submodule update --init`). CI already checks out submodules recursively (for vendor/sci), so the suite is now fetched and — since `jpm test` recurses through test/ — the baseline (3981 pass / 66 clean) is enforced on every push/PR. Updated the checkout comment accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6 lines
220 B
Text
6 lines
220 B
Text
[submodule "vendor/sci"]
|
|
path = vendor/sci
|
|
url = https://github.com/borkdude/sci.git
|
|
[submodule "vendor/clojure-test-suite"]
|
|
path = vendor/clojure-test-suite
|
|
url = https://github.com/jank-lang/clojure-test-suite.git
|