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>
Fri, 12 Apr 2019 21:25:04 +0000 (17:25 -0400)
commitc6151324b4a4be0adb1b3a36cedbce5d9db7ab95
treecca414c8235f55c4423e9f161f33e228ff406d0c
parent167f87fee276223b6980aa8afed501f43ab32481
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.037535 seconds and 5 git commands to generate.