1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-02 10:58:03 +00:00

Add some test usage for the sample bundle.

This commit is contained in:
Calvin Rose
2024-05-25 12:57:09 -05:00
parent 7d8af2f99a
commit 2260a593bd
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
(defn install
[manifest &]
(bundle/add-file manifest "dep2.janet"))