mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
Add suite-bundle to meson test list.
This commit is contained in:
parent
533d78bffe
commit
641a16c133
@ -249,6 +249,7 @@ test_files = [
|
|||||||
'test/suite-asm.janet',
|
'test/suite-asm.janet',
|
||||||
'test/suite-boot.janet',
|
'test/suite-boot.janet',
|
||||||
'test/suite-buffer.janet',
|
'test/suite-buffer.janet',
|
||||||
|
'test/suite-bundle.janet',
|
||||||
'test/suite-capi.janet',
|
'test/suite-capi.janet',
|
||||||
'test/suite-cfuns.janet',
|
'test/suite-cfuns.janet',
|
||||||
'test/suite-compile.janet',
|
'test/suite-compile.janet',
|
||||||
|
@ -3999,11 +3999,11 @@
|
|||||||
|
|
||||||
(defn- bundle-dir
|
(defn- bundle-dir
|
||||||
[&opt bundle-name]
|
[&opt bundle-name]
|
||||||
(string (os/realpath (dyn *syspath*)) "/bundle/" bundle-name))
|
(string (dyn *syspath*) "/bundle/" bundle-name))
|
||||||
|
|
||||||
(defn- bundle-file
|
(defn- bundle-file
|
||||||
[bundle-name filename]
|
[bundle-name filename]
|
||||||
(string (os/realpath (dyn *syspath*)) "/bundle/" bundle-name "/" filename))
|
(string (dyn *syspath*) "/bundle/" bundle-name "/" filename))
|
||||||
|
|
||||||
(defn- get-manifest-filename
|
(defn- get-manifest-filename
|
||||||
[bundle-name]
|
[bundle-name]
|
||||||
|
Loading…
Reference in New Issue
Block a user