Skip to content
Snippets Groups Projects
Commit 1b41178f authored by Thierry Escande's avatar Thierry Escande
Browse files

acts: Remove compileruntime test


This test doesn't compile and is not mandatory, so remove it.

Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent 686b603d
No related branches found
No related tags found
No related merge requests found
......@@ -62,13 +62,3 @@ index a495343d..300aec75 100755
]
_all_test_packages_ivi = [
@@ -82,6 +82,9 @@ if (build_xts == true && XTS_SUITENAME == "acts") {
}
selected_packages = exec_script(_select_script, _select_args, "list lines")
+ # compileruntime is not being found as the part name is ccruntime
+ # therefore it has to be added manually
+ selected_packages += [ "${ACTS_ROOT}/compileruntime:compileruntime" ]
selected_packages_ivi =
exec_script(_select_script, _select_args_ivi, "list lines")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment