Skip to content

Commit 359afe0

Browse files
committed
Test parallel access
Signed-off-by: daxpedda <[email protected]>
1 parent 0fe2854 commit 359afe0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cryptoki/tests/parallel.rs

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright 2021 Contributors to the Parsec project.
2+
// SPDX-License-Identifier: Apache-2.0
3+
mod common;
4+
5+
#[test]
6+
fn test1() {
7+
common::init_pins();
8+
}
9+
10+
#[test]
11+
fn test2() {
12+
common::init_pins();
13+
}

0 commit comments

Comments
 (0)