tests: use BT_ASSERT() instead of assert()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 5 Jun 2018 21:53:32 +0000 (17:53 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:05:45 +0000 (00:05 -0400)
commit25583cd07e351a64d645978905be94227355f0e5
tree7bf3a914ac97b64c3332c97347730ad9add8e705
parent2dd764c1b4c758c8843e4e06e56012661b656166
tests: use BT_ASSERT() instead of assert()

This is more desirable because BT_ASSERT() "uses" the condition without
evaluating it to avoid unused variable compiler warnings.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
12 files changed:
tests/lib/test-plugin-plugins/sfs.c
tests/lib/test_bt_ctf_field_type_validation.c
tests/lib/test_bt_notification_iterator.c
tests/lib/test_bt_values.c
tests/lib/test_cc_prio_map.c
tests/lib/test_ctf_ir_ref.c
tests/lib/test_ctf_writer.c
tests/lib/test_graph_topo.c
tests/lib/test_ir_visit.c
tests/lib/test_plugin.c
tests/plugins/test-utils-muxer.c
tests/utils/tap/tap.c
This page took 0.025208 seconds and 4 git commands to generate.