diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/list-cameras.cpp (renamed from test/list.cpp) | 0 | ||||
-rw-r--r-- | test/meson.build | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/list.cpp b/test/list-cameras.cpp index e2026c99..e2026c99 100644 --- a/test/list.cpp +++ b/test/list-cameras.cpp diff --git a/test/meson.build b/test/meson.build index 184a7eeb..30350d22 100644 --- a/test/meson.build +++ b/test/meson.build @@ -3,7 +3,7 @@ subdir('libtest') subdir('media_device') public_tests = [ - ['list', 'list.cpp'], + ['list-cameras', 'list-cameras.cpp'], ] internal_tests = [ |