We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe2854 commit 15966c8Copy full SHA for 15966c8
cryptoki/tests/parallel.rs
@@ -0,0 +1,11 @@
1
+mod common;
2
+
3
+#[test]
4
+fn test1() {
5
+ common::init_pins();
6
+}
7
8
9
+fn test2() {
10
11
0 commit comments