mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 06:34:48 +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-boot.janet',
|
||||
'test/suite-buffer.janet',
|
||||
'test/suite-bundle.janet',
|
||||
'test/suite-capi.janet',
|
||||
'test/suite-cfuns.janet',
|
||||
'test/suite-compile.janet',
|
||||
|
@ -3999,11 +3999,11 @@
|
||||
|
||||
(defn- bundle-dir
|
||||
[&opt bundle-name]
|
||||
(string (os/realpath (dyn *syspath*)) "/bundle/" bundle-name))
|
||||
(string (dyn *syspath*) "/bundle/" bundle-name))
|
||||
|
||||
(defn- bundle-file
|
||||
[bundle-name filename]
|
||||
(string (os/realpath (dyn *syspath*)) "/bundle/" bundle-name "/" filename))
|
||||
(string (dyn *syspath*) "/bundle/" bundle-name "/" filename))
|
||||
|
||||
(defn- get-manifest-filename
|
||||
[bundle-name]
|
||||
|
Loading…
Reference in New Issue
Block a user