Skip to content

Commit

Permalink
[tests] Add missing cppia case
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 16, 2025
1 parent 508dbca commit 55293a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sys/src/UtilityProcess.hx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class UtilityProcess {
var proc =
#if (macro || interp)
new Process("haxe", ["compile-each.hxml", "-p", options.execPath, "--run", options.execName].concat(args));
#elseif cppia
new Process(Sys.getEnv("CPPIA_HOST"), [execFull].concat(args));
#elseif cpp
new Process(execFull, args);
#elseif java
Expand Down

0 comments on commit 55293a3

Please sign in to comment.