Skip to content

Commit 85fbee2

Browse files
author
Ben Taylor
committed
Add functional tests for mldsa-native
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent f9bb6e1 commit 85fbee2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

tests/scripts/components-pqcp.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)