1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-16 08:17:41 +00:00

Update cook and add an install test.

This commit is contained in:
Calvin Rose
2019-07-19 19:40:51 -05:00
parent 529b34d84e
commit 0d3986abbb
5 changed files with 69 additions and 45 deletions

View File

@@ -1 +1,2 @@
/build
.cache

View File

@@ -0,0 +1 @@
/home/calvin/code/janet/test/install/json.so

View File

@@ -1,3 +1,8 @@
(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"))