1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-31 12:36:56 +00:00
janet/test/install/test/test1.janet
2019-07-19 19:40:51 -05:00

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"))