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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 03:32:02 +0000 (23:32 -0400)
commit1805e0b4b91b339a131f2463e241b706cad5a56f
tree68af9c6063885f1c9eb5c0380464a4454c39957c
parent726106d3366acf096ca256a4cc12707f3561f06a
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.024674 seconds and 4 git commands to generate.