From f5d3fa1254420efb882bbea30db1ff34b8999567 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 4 Mar 2021 08:17:28 +0000 Subject: test: delayed_controls: Rename delayed_contols.cpp to delayed_controls.cpp There was a typo in the unit test filename. Fix this typo, no other functional change in this commit. Signed-off-by: Naushir Patuck Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 89e6ebff..310b7cad 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'], -- cgit v1.2.1