eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
448 stars 22 forks source link

Simplify multidimensional generic tests #179

Open elBoberido opened 2 months ago

elBoberido commented 2 months ago

Brief feature description

With generic-tests it is currently not possible to have more than one dimension for generic tests, e.g. generate all combinations for Foo, Bar with u8, u16, u32, u64.

There is a issue on the generic-test repository -> https://github.com/mzabaluev/generic-tests/issues/7

We need to either