mirror of
https://github.com/janet-lang/janet
synced 2026-08-31 22:58:51 +00:00
Add some testing to the bundle/ module.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@{
|
||||
:dependencies ["sample-dep2"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
(defn install
|
||||
[manifest &]
|
||||
(bundle/add-file manifest "dep1.janet"))
|
||||
Reference in New Issue
Block a user