T7.4: Dependency resolution — deps.edn parser, Git deps, cljnim deps command, 12 tests

This commit is contained in:
2026-05-08 20:05:19 +03:00
parent 62ca70d05a
commit feb9cee287
6 changed files with 315 additions and 8 deletions
+2
View File
@@ -10,6 +10,7 @@ test:
nim c -r tests/test_emitter.nim
nim c -r tests/test_pvec.nim
nim c -r tests/test_pmap.nim
nim c -r tests/test_deps.nim
test-reader:
nim c -r tests/test_reader.nim
@@ -33,3 +34,4 @@ clean:
find . -name "*_generated" -delete
find . -name "test_reader" -delete
find . -name "test_emitter" -delete
find . -name "test_deps" -delete