summaryrefslogtreecommitdiff
path: root/scripts/test_secure_interoperability.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test_secure_interoperability.sh')
-rwxr-xr-xscripts/test_secure_interoperability.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/scripts/test_secure_interoperability.sh b/scripts/test_secure_interoperability.sh
index 6c2ff019..0c1f729c 100755
--- a/scripts/test_secure_interoperability.sh
+++ b/scripts/test_secure_interoperability.sh
@@ -1,3 +1,14 @@
#! /bin/bash
+##############################################################################
+# Copyright (c) 2024 Microsoft Corporation
+# Copyright (c) 2026 Eclipse ThreadX contributors
+#
+# This program and the accompanying materials are made available under the
+# terms of the MIT License which is available at
+# https://opensource.org/licenses/MIT.
+#
+# SPDX-License-Identifier: MIT
+##############################################################################
-sudo CTEST_PARALLEL_LEVEL=1 $(dirname `realpath $0`)/../test/cmake/nx_secure_interoperability/run.sh test all
+
+"$(dirname "$(realpath "$0")")/run_cmake_suite.sh" nx_secure_interoperability test "$@"