diff --git a/tests/libgstc/c/Makefile.am b/tests/libgstc/c/Makefile.am index f9889643..535c43bf 100644 --- a/tests/libgstc/c/Makefile.am +++ b/tests/libgstc/c/Makefile.am @@ -15,7 +15,6 @@ TESTS = \ libgstc_pipeline_bus_wait \ libgstc_pipeline_flush_start \ libgstc_pipeline_flush_stop \ - libgstc_pipeline_list \ libgstc_pipeline_seek \ libgstc_debug \ libgstc_pipeline_list_elements \ diff --git a/tests/libgstc/c/meson.build b/tests/libgstc/c/meson.build index c7f628af..ca07cc95 100644 --- a/tests/libgstc/c/meson.build +++ b/tests/libgstc/c/meson.build @@ -1,26 +1,30 @@ # Tests ad condition when to skip the test lib_gstc_tests = [ - ['test_libgstc_debug.c'], + ['test_libgstc_ping.c'], + ['test_libgstc_pipeline_create.c'], + ['test_libgstc_pipeline_delete.c'], + ['test_libgstc_pipeline_pause.c'], + ['test_libgstc_pipeline_play.c'], + ['test_libgstc_pipeline_stop.c'], + ['test_libgstc_pipeline_get_graph.c'], + ['test_libgstc_json.c'], ['test_libgstc_element_get.c'], ['test_libgstc_element_set.c'], - ['test_libgstc_json.c'], - ['test_libgstc_ping.c'], + ['test_libgstc_pipeline_inject_eos.c'], ['test_libgstc_pipeline_bus_wait_async.c'], ['test_libgstc_pipeline_bus_wait.c'], - ['test_libgstc_pipeline_create.c'], - ['test_libgstc_pipeline_delete.c'], ['test_libgstc_pipeline_flush_start.c'], ['test_libgstc_pipeline_flush_stop.c'], - ['test_libgstc_pipeline_get_graph.c'], - ['test_libgstc_pipeline_inject_eos.c'], - ['test_libgstc_pipeline_list.c'], + ['test_libgstc_pipeline_seek.c'], + ['test_libgstc_debug.c'], ['test_libgstc_pipeline_list_elements.c'], + ['test_libgstc_pipeline_list.c'], ['test_libgstc_pipeline_list_properties.c'], - ['test_libgstc_pipeline_pause.c'], - ['test_libgstc_pipeline_play.c'], - ['test_libgstc_pipeline_seek.c'], - ['test_libgstc_pipeline_stop.c'], ['test_libgstc_pipeline_verbose.c'], + ['test_libgstc_pipeline_get_state.c'], + ['test_libgstc_pipeline_list_signals.c'], + ['test_libgstc_pipeline_signal_connect.c'], + ['test_libgstc_pipeline_signal_disconnect.c'], ] # These are specials tests since is required to re-compile libgstc