mirror of
https://github.com/janet-lang/janet
synced 2025-09-06 04:48:03 +00:00
Add some testing to the bundle/ module.
This commit is contained in:
3
examples/sample-dep1/bundle/info.jdn
Normal file
3
examples/sample-dep1/bundle/info.jdn
Normal file
@@ -0,0 +1,3 @@
|
||||
@{
|
||||
:dependencies ["sample-dep2"]
|
||||
}
|
3
examples/sample-dep1/bundle/init.janet
Normal file
3
examples/sample-dep1/bundle/init.janet
Normal file
@@ -0,0 +1,3 @@
|
||||
(defn install
|
||||
[manifest &]
|
||||
(bundle/add-file manifest "dep1.janet"))
|
0
examples/sample-dep1/dep1.janet
Normal file
0
examples/sample-dep1/dep1.janet
Normal file
Reference in New Issue
Block a user