tests: Add unit tests for fpi-ssm
Verify that the state machine actions are done as we expected, being the main tool for drivers, better to check that is done as we expect.
This commit is contained in:
parent
fe828d0bb2
commit
42b1deaeea
2 changed files with 1397 additions and 0 deletions
|
@ -58,6 +58,7 @@ test_utils = static_library('fprint-test-utils',
|
|||
|
||||
unit_tests = [
|
||||
'fpi-device',
|
||||
'fpi-ssm',
|
||||
]
|
||||
|
||||
if 'virtual_image' in drivers
|
||||
|
|
1396
tests/test-fpi-ssm.c
Normal file
1396
tests/test-fpi-ssm.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue