summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2021-03-04 08:17:28 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-03-12 14:20:51 +0000
commitf5d3fa1254420efb882bbea30db1ff34b8999567 (patch)
tree7a273ea3c9ee5b5076f1767ca68ac05e27599670 /test/meson.build
parentbc8b6f266b6d7e649f36b33f4483097454d4f8f0 (diff)
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 <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
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'],