Skip to content
Snippets Groups Projects
Commit d8b9b80e authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Felix Paul Kühne
Browse files

src: meson: add input_es_out test

The test was added in autoconf buildsystem in the following commit:
967e3744.
parent f94287a9
No related branches found
No related tags found
1 merge request!6896src: meson: add input_es_out test
Pipeline #570395 passed with stages
in 35 minutes and 41 seconds
......@@ -414,3 +414,26 @@ libvlccore = library(
)
libvlccore_dep = declare_dependency(link_with: libvlccore, sources: vlc_about)
vlc_tests += {
'name' : 'input_es_out',
'sources' : files(
'input/test/es_out.c',
'input/es_out.c',
'input/es_out.h',
'input/source.c',
'input/source.h',
'input/item.c',
'input/item.h',
'clock/clock.c',
'clock/clock.h',
'text/strings.c',
'clock/clock_internal.c',
'clock/clock_internal.h',
'clock/input_clock.c',
'clock/input_clock.h',
),
'suite' : ['src'],
'link_with' : [libvlccore],
'include_directories' : [include_directories('.')],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment