Adding CTest script

Adding script to run CTest on the Corstone-300 FVP. The script will
detect which version of the FVP that is used and pass the correct
command line arguments.

Updating README with instructions how to run tests, either using
CTest or calling the FVP directly.

Update FreeRTOS example to exit with the status of the inference.
Minor adjustments are needed to the output vectors.

Change-Id: I8a1a740b0dec2ce35d95e5c5d91f4b57a2c8e1fa
diff --git a/applications/trustzone_inference/CMakeLists.txt b/applications/trustzone_inference/CMakeLists.txt
index 2caf983..f23c7f6 100644
--- a/applications/trustzone_inference/CMakeLists.txt
+++ b/applications/trustzone_inference/CMakeLists.txt
@@ -36,4 +36,4 @@
 
 ethosu_add_test(trustzone_secure
     NAME trustzone
-    COMMAND ${ETHOSU_COMMAND_DEFAULT} --data ${CMAKE_CURRENT_BINARY_DIR}/nonsecure/ns_bin@0x7c000)
+    COMMAND ${ETHOSU_COMMAND_DEFAULT} -- --data ${CMAKE_CURRENT_BINARY_DIR}/nonsecure/ns_bin@0x7c000)