Skip to content

Commit 15966c8

Browse files
committed
Test parallel access
1 parent 0fe2854 commit 15966c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cryptoki/tests/parallel.rs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
mod common;
2+
3+
#[test]
4+
fn test1() {
5+
common::init_pins();
6+
}
7+
8+
#[test]
9+
fn test2() {
10+
common::init_pins();
11+
}

0 commit comments

Comments
 (0)