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:
Laurent Pinchart 2019-01-05 02:51:52 +02:00
parent 8356f8a6ab
commit 03815afdc8
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ subdir('libtest')
subdir('media_device')
public_tests = [
['list', 'list.cpp'],
['list-cameras', 'list-cameras.cpp'],
]
internal_tests = [