Merge pull request #9122 from davidhorstmann-arm/fix-fuzzing-build-failures

Move some test data generation to main CMakeLists.txt (/ fix fuzzing build failures)
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index dc78dd7..8158c8d 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -6174,6 +6174,16 @@
     python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
 }
 
+component_test_psasim() {
+    msg "build psasim"
+    make -C tests/psa-client-server/psasim
+
+    msg "test psasim"
+    make -C tests/psa-client-server/psasim run
+
+    msg "clean psasim"
+    make -C tests/psa-client-server/psasim clean
+}
 
 ################################################################
 #### Termination