test: Add Thread test cases
The Thread test case verifies that - a Thread instance is created for the main thread - a new Thread can be created, started, and stopped Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -21,6 +21,7 @@ public_tests = [
|
||||
|
||||
internal_tests = [
|
||||
['camera-sensor', 'camera-sensor.cpp'],
|
||||
['threads', 'threads.cpp'],
|
||||
]
|
||||
|
||||
foreach t : public_tests
|
||||
|
||||
Reference in New Issue
Block a user