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:
@@ -3,7 +3,7 @@ subdir('libtest')
|
||||
subdir('media_device')
|
||||
|
||||
public_tests = [
|
||||
['list', 'list.cpp'],
|
||||
['list-cameras', 'list-cameras.cpp'],
|
||||
]
|
||||
|
||||
internal_tests = [
|
||||
|
||||
Reference in New Issue
Block a user