Skip to content

Commit

Permalink
Merge pull request #240 from RidgeRun/feature/add-tests-meson
Browse files Browse the repository at this point in the history
Feature/add tests meson
  • Loading branch information
mleivaf authored Aug 12, 2021
2 parents 25b4238 + 21e2de3 commit e0fb62a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
1 change: 0 additions & 1 deletion tests/libgstc/c/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
28 changes: 16 additions & 12 deletions tests/libgstc/c/meson.build
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e0fb62a

Please sign in to comment.