Add test: no clock class in trace's packet header field type
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 Dec 2017 00:00:31 +0000 (19:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:33 +0000 (18:19 -0400)
commit7e579125f7722c0e6162af2cd204d7a5be3b24cd
treea0912fa3448698154a5eebde7f69a272bc4b598a
parentbae99cf92fa8bb73c8f5df2b3e3eee1941ef95b9
Add test: no clock class in trace's packet header field type

This patch adds a test case which uses the Python bindings to test that
it is not possible to set a trace's packet header field type containing
an integer field type mapped to a clock class.

The new tests/lib/ctf-ir directory is set so that future CTF IR test
cases can be added easily if need be instead of going to
tests/lib/test_ctf_writer.c.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
.gitignore
configure.ac
tests/Makefile.am
tests/lib/Makefile.am
tests/lib/ctf-ir/Makefile.am [new file with mode: 0644]
tests/lib/ctf-ir/test_ctf_ir.in [new file with mode: 0644]
tests/lib/ctf-ir/test_trace.py [new file with mode: 0644]
This page took 0.025532 seconds and 4 git commands to generate.