mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
12 lines
335 B
Meson
12 lines
335 B
Meson
if host_machine.system() != 'windows'
|
|
subdir('check')
|
|
endif
|
|
|
|
test_cleanup_exe = executable('test-cleanup', 'test-cleanup.c',
|
|
dependencies: gst_rtsp_server_dep)
|
|
|
|
test_reuse_exe = executable('test-reuse', 'test-reuse.c',
|
|
dependencies: gst_rtsp_server_dep)
|
|
|
|
test('test-cleanup', test_cleanup_exe)
|
|
test('test-reuse', test_reuse_exe)
|