mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
meson: Build benchmarks
This commit is contained in:
parent
85f0e76566
commit
cef58baf9f
2 changed files with 11 additions and 0 deletions
10
tests/benchmarks/meson.build
Normal file
10
tests/benchmarks/meson.build
Normal file
|
@ -0,0 +1,10 @@
|
|||
ges_benchmarks = ['timeline']
|
||||
|
||||
foreach b : ges_benchmarks
|
||||
fname = '@0@.c'.format(b)
|
||||
executable('benchmark-' + b, fname,
|
||||
c_args : ges_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : ges_dep
|
||||
)
|
||||
endforeach
|
|
@ -4,3 +4,4 @@ if host_machine.system() != 'windows' and gstcheck_dep.found()
|
|||
endif
|
||||
|
||||
subdir('validate')
|
||||
subdir('benchmarks')
|
Loading…
Reference in a new issue