Browse Source

test: meson: allow include_directories in tests

The tests were already handling the key, but it wasn't allowed.
pull/162/head
Alexandre Janniaux 2 years ago
committed by Steve Lhomme
parent
commit
d3f97935d6
  1. 1
      test/meson.build

1
test/meson.build

@ -22,6 +22,7 @@ foreach vlc_test: vlc_tests
'c_args',
'cpp_args',
'objc_args',
'include_directories',
]
foreach key : vlc_test.keys()

Loading…
Cancel
Save