Skip to content

Commit 55293a3

Browse files
committed
[tests] Add missing cppia case
1 parent 508dbca commit 55293a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sys/src/UtilityProcess.hx

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class UtilityProcess {
8282
var proc =
8383
#if (macro || interp)
8484
new Process("haxe", ["compile-each.hxml", "-p", options.execPath, "--run", options.execName].concat(args));
85+
#elseif cppia
86+
new Process(Sys.getEnv("CPPIA_HOST"), [execFull].concat(args));
8587
#elseif cpp
8688
new Process(execFull, args);
8789
#elseif java

0 commit comments

Comments
 (0)