mirror of
https://github.com/janet-lang/janet
synced 2025-03-31 12:36:56 +00:00
9 lines
205 B
Clojure
9 lines
205 B
Clojure
(import build/testmod :as testmod)
|
|
|
|
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))
|
|
|
|
(import cook)
|
|
|
|
(with-dyns [:modpath (os/cwd)]
|
|
(cook/install-git "https://github.com/janet-lang/json.git"))
|