diff --git a/cryptoki/tests/parallel.rs b/cryptoki/tests/parallel.rs new file mode 100644 index 00000000..41895fc9 --- /dev/null +++ b/cryptoki/tests/parallel.rs @@ -0,0 +1,13 @@ +// Copyright 2021 Contributors to the Parsec project. +// SPDX-License-Identifier: Apache-2.0 +mod common; + +#[test] +fn test1() { + common::init_pins(); +} + +#[test] +fn test2() { + common::init_pins(); +}