mirror of
https://github.com/janet-lang/janet
synced 2025-10-03 01:52:28 +00:00
Allow for qemu and other simulator based testing.
This commit is contained in:
@@ -363,7 +363,7 @@
|
|||||||
(assert (= "hi"
|
(assert (= "hi"
|
||||||
(ev/with-deadline
|
(ev/with-deadline
|
||||||
10
|
10
|
||||||
(exec-slurp janet "-e" "(print :hi)")))
|
(exec-slurp ;run janet "-e" "(print :hi)")))
|
||||||
"exec-slurp 1"))
|
"exec-slurp 1"))
|
||||||
|
|
||||||
(end-suite)
|
(end-suite)
|
||||||
|
Reference in New Issue
Block a user