We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bb6e1 commit 85fbee2Copy full SHA for 85fbee2
1 file changed
tests/scripts/components-pqcp.sh
@@ -0,0 +1,17 @@
1
+# components-pqcp.sh
2
+#
3
+# Copyright The Mbed TLS Contributors
4
+# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
5
+
6
+# This file contains test components that are executed by all.sh
7
8
+################################################################
9
+#### PQCP Testing
10
11
12
+component_test_pqcp_mldsa_native_upstream_all () {
13
+ msg "test: mldsa-native upstream all --opt ALL --examples"
14
15
+ cd drivers/pqcp/mldsa-native
16
+ ./scripts/tests all --opt ALL --examples
17
+}
0 commit comments