test kiss cli commands

This commit is contained in:
2022-10-09 19:12:11 +00:00
parent ae9aa7d735
commit 6bc85c8a4e
5 changed files with 21 additions and 6 deletions

View File

@@ -179,12 +179,7 @@ class Macros {
// Context.definedValue only returns a string so if there's a whole
// object, I don't know how to get it
conditionInterp.variables["target"] = {
threaded:
#if (cs || neko || cpp || java || python || hl)
true
#else
false
#end
threaded: Context.getModule("sys.thread.Thread") != null
};
#if test
Prelude.print("#if condition hscript: " + hscriptStr);