test_pass_everything.py: check two new symbols
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 14:15:57 +0000 (10:15 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 14:15:57 +0000 (10:15 -0400)
ed4a69c ("barectf.h.j2: add barectf_discarded_event_records_count()")
and 3bf37cb ("barectf.h.j2: add barectf_packet_buf_addr()") introduced
new API symbols to check here.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/config/yaml/2/test_pass_everything.py

index 547f6607f1a714eba5c45b1036dcab1bd40b7dc3..2ea9abffa13820f8adf73a455334fa140c271650 100644 (file)
@@ -62,8 +62,10 @@ def test_everything(request, tmpdir):
         'bctf_my_stream_open_packet',
         'bctf_my_stream_trace_my_event',
         'bctf_packet_buf',
+        'bctf_packet_buf_addr',
         'bctf_packet_buf_size',
         'bctf_packet_events_discarded',
+        'bctf_discarded_event_records_count',
         'bctf_packet_is_empty',
         'bctf_packet_is_full',
         'bctf_packet_is_open',
This page took 0.024195 seconds and 4 git commands to generate.