5374bcba4521499b8425377bf4e017339aad7db6
[platform/upstream/gstreamer.git] / tests / meson.build
1 # FIXME: make check work on windows
2 if host_machine.system() != 'windows' and gstcheck_dep.found()
3   subdir('check')
4 endif
5
6 test_cleanup_exe = executable('test-cleanup', 'test-cleanup.c',
7   dependencies: gst_rtsp_server_dep)
8
9 test_reuse_exe = executable('test-reuse', 'test-reuse.c',
10   dependencies: gst_rtsp_server_dep)
11
12 test('test-cleanup', test_cleanup_exe)
13 test('test-reuse', test_reuse_exe)