test: Rename list test to list-cameras
The list test generates a list binary in the test directory, which conflicts with the C++ std::list header of the same name. The binary gets included instead of the header file, breaking compilation. Rename the test to avoid this. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
8356f8a6ab
commit
03815afdc8
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ subdir('libtest')
|
||||||
subdir('media_device')
|
subdir('media_device')
|
||||||
|
|
||||||
public_tests = [
|
public_tests = [
|
||||||
['list', 'list.cpp'],
|
['list-cameras', 'list-cameras.cpp'],
|
||||||
]
|
]
|
||||||
|
|
||||||
internal_tests = [
|
internal_tests = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue