tests/lib: remove `test_bt_values` and `test_graph_topo`
[babeltrace.git] / tests / lib / test_trace_ir_ref.c
index 10916fba59294c1040dfe7fee074c5a3de93fd97..53eaca01a4923f45fd7c95d7c01935521b8e0ec2 100644 (file)
@@ -19,6 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <stdio.h>
 #include "tap/tap.h"
 #include <babeltrace2/babeltrace.h>
 #include "lib/object.h"
@@ -470,7 +471,7 @@ static void test_example_scenario_in_graph(void)
        BT_ASSERT(ret == 0);
        graph = bt_graph_create();
        ret = bt_graph_add_source_component(graph, comp_cls, "src-comp",
-               NULL, NULL);
+               NULL, BT_LOGGING_LEVEL_NONE, NULL);
        BT_ASSERT(ret == 0);
        bt_graph_put_ref(graph);
        bt_component_class_source_put_ref(comp_cls);
This page took 0.023932 seconds and 4 git commands to generate.