[libcamera-devel] [PATCH v4 7/7] test: delayed_controls: Rename delayed_contols.cpp to delayed_controls.cpp

Naushir Patuck naush at raspberrypi.com
Thu Mar 4 09:17:28 CET 2021


There was a typo in the unit test filename. Fix this typo, no other
functional change in this commit.

Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
---
 test/{delayed_contols.cpp => delayed_controls.cpp} | 0
 test/meson.build                                   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{delayed_contols.cpp => delayed_controls.cpp} (100%)

diff --git a/test/delayed_contols.cpp b/test/delayed_controls.cpp
similarity index 100%
rename from test/delayed_contols.cpp
rename to test/delayed_controls.cpp
diff --git a/test/meson.build b/test/meson.build
index 89e6ebff5f6b..310b7cad0600 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -30,7 +30,7 @@ internal_tests = [
     ['bayer-format',                    'bayer-format.cpp'],
     ['byte-stream-buffer',              'byte-stream-buffer.cpp'],
     ['camera-sensor',                   'camera-sensor.cpp'],
-    ['delayed_contols',                 'delayed_contols.cpp'],
+    ['delayed_controls',                'delayed_controls.cpp'],
     ['event',                           'event.cpp'],
     ['event-dispatcher',                'event-dispatcher.cpp'],
     ['event-thread',                    'event-thread.cpp'],
-- 
2.25.1



More information about the libcamera-devel mailing list