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>
This commit is contained in:
parent
bc8b6f266b
commit
f5d3fa1254
2 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ internal_tests = [
|
||||||
['bayer-format', 'bayer-format.cpp'],
|
['bayer-format', 'bayer-format.cpp'],
|
||||||
['byte-stream-buffer', 'byte-stream-buffer.cpp'],
|
['byte-stream-buffer', 'byte-stream-buffer.cpp'],
|
||||||
['camera-sensor', 'camera-sensor.cpp'],
|
['camera-sensor', 'camera-sensor.cpp'],
|
||||||
['delayed_contols', 'delayed_contols.cpp'],
|
['delayed_controls', 'delayed_controls.cpp'],
|
||||||
['event', 'event.cpp'],
|
['event', 'event.cpp'],
|
||||||
['event-dispatcher', 'event-dispatcher.cpp'],
|
['event-dispatcher', 'event-dispatcher.cpp'],
|
||||||
['event-thread', 'event-thread.cpp'],
|
['event-thread', 'event-thread.cpp'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue