tests/tracing: add data stream type event record feature tests
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:35:55 +0000 (19:35 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:45:12 +0000 (19:45 -0400)
commita5bc7c093e2dbbf7a10a4e7f07e3024ba0ca9d5a
tree376ef380bebe43a519e48c311b118b77a9ea369e
parentaf10dbee77d36536ce25beb4c0f4d827193d6744
tests/tracing: add data stream type event record feature tests

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
12 files changed:
tests/tracing/configs/counter-clock/dst-er-features/ts-uint32.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-er-features/ts.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-er-features/type-id-uint8.yaml [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/ts-uint32.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/ts-uint32.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/ts.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/ts.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/type-id-uint8.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-er-features/type-id-uint8.metadata.expect [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-er-features/ts-uint32.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-er-features/ts.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-er-features/type-id-uint8.c [new file with mode: 0644]
This page took 0.024467 seconds and 4 git commands to generate.