diff --git a/tests/runtime/common/CMakeLists.txt b/tests/runtime/common/CMakeLists.txt index d2a0ad25f696ccfdd0353b8beb64f69bb1b91db4..934e7be6bc1f0a492a2da252e7745881d3157c28 100644 --- a/tests/runtime/common/CMakeLists.txt +++ b/tests/runtime/common/CMakeLists.txt @@ -32,7 +32,7 @@ function(panda_add_ecma_test) set(OPTIONS "--load-runtimes=ecmascript" "${ARG_OPTIONS}") add_custom_target(${TEST_NAME} - COMMAND $ + COMMAND ${PANDA_RUN_PREFIX} $ ${OPTIONS} ${BINARY_FILE} _GLOBAL::func_main_0