test: meson: allow include_directories in tests

The tests were already handling the key, but it wasn't allowed.
This commit is contained in:
Alexandre Janniaux 2024-04-16 13:13:46 +02:00 committed by Steve Lhomme
parent f8643c2c27
commit d3f97935d6
1 changed files with 1 additions and 0 deletions

View File

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