Get payloader stats only for the sending streams
[platform/upstream/gstreamer.git] / tests / meson.build
1 if host_machine.system() != 'windows'
2   subdir('check')
3 endif
4
5 test_cleanup_exe = executable('test-cleanup', 'test-cleanup.c',
6   dependencies: gst_rtsp_server_dep)
7
8 test_reuse_exe = executable('test-reuse', 'test-reuse.c',
9   dependencies: gst_rtsp_server_dep)
10
11 test('test-cleanup', test_cleanup_exe)
12 test('test-reuse', test_reuse_exe)