diff --git a/build/copy_hypium_static.sh b/build/copy_hypium_static.sh index 82753259b6a9c674c42c3099a43b403a0c7cb2e8..f5d395bbc4dc1882bc6e006877a6da75b7784365 100755 --- a/build/copy_hypium_static.sh +++ b/build/copy_hypium_static.sh @@ -17,5 +17,6 @@ echo exec $@ code_root=$(realpath $(dirname $(readlink -f $0))/../../../../) mkdir -p $1/entry/src/hypium -cp -rf ${code_root}/test/testfwk/arkxtest/jsunit/src_static/module $1/entry/src/hypium/ -cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src_static/*.ets $1/entry/src/hypium/ \ No newline at end of file +cp -rf ${code_root}/test/testfwk/arkxtest/jsunit/src/main/module $1/entry/src/hypium/ +cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src/main/*.ets $1/entry/src/hypium/ +mv $1/entry/src/hypium/IndexStatic.ets $1/entry/src/hypium/index.ets \ No newline at end of file diff --git a/config/ci_target_white_list.json b/config/ci_target_white_list.json index 6b39c75affb8cd7c93af9825090df1d708a0a295..6315fa9a23d705209b6f5e22e10d51f7c0602c99 100644 --- a/config/ci_target_white_list.json +++ b/config/ci_target_white_list.json @@ -124,6 +124,14 @@ "FULL_IMPACT_TOTALLY" ] }, + { + "path": "test/testfwk/arkxtest/jsunit", + "bundle_name": "", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] + }, { "path": "arkcompiler/ets_runtime", "bundle_name": "ets_runtime",