Update paths for moved program files in components-build-system.sh
This commit updates the paths for dlopen_demo.sh in
components-build-system.sh as the file has been moved to the framework.
Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
diff --git a/tests/scripts/components-build-system.sh b/tests/scripts/components-build-system.sh
index d6ad88a..91a999e 100644
--- a/tests/scripts/components-build-system.sh
+++ b/tests/scripts/components-build-system.sh
@@ -13,7 +13,7 @@
msg "build/test: make shared" # ~ 40s
make SHARED=1 TEST_CPP=1 all check
ldd programs/util/strerror | grep libmbedcrypto
- programs/test/dlopen_demo.sh
+ $FRAMEWORK/tests/programs/dlopen_demo.sh
}
component_test_cmake_shared () {
@@ -22,7 +22,7 @@
make
ldd programs/util/strerror | grep libtfpsacrypto
make test
- programs/test/dlopen_demo.sh
+ $FRAMEWORK/tests/programs/dlopen_demo.sh
}
support_test_cmake_out_of_source () {