mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-28 23:07:46 +00:00
Revert changing directory to out of source dir
This commit reverts changing the directory to the out of source directory, enabling tests which require source code to run. Tests that require building TF-PSA-Crypto will have to change directory to OUT_OF_SOURCE_DIR. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -1002,7 +1002,6 @@ run_component () {
|
||||
pre_create_tf_psa_crypto_out_of_source_directory () {
|
||||
rm -rf "$OUT_OF_SOURCE_DIR"
|
||||
mkdir "$OUT_OF_SOURCE_DIR"
|
||||
cd "$OUT_OF_SOURCE_DIR"
|
||||
}
|
||||
|
||||
################################################################
|
||||
|
||||
Reference in New Issue
Block a user