tests: Check if loading a pre-built binary keep working with libfprint

The libfprint tod fake library is built using using libtod v1.90.1+tod1
and we need to ensure that it will continue working until we won't
change ABI/API.
This commit is contained in:
Marco Trevisan (Treviño)
2020-12-04 02:08:59 +01:00
parent 7b0df77c49
commit 80cf417b30
4 changed files with 37 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
*/
#ifdef TEST_TOD_DRIVER
#define FP_COMPONENT "fake_test_dev_tod"
#define FP_COMPONENT "fake_test_dev_tod_current"
#else
#define FP_COMPONENT "fake_test_dev"
#endif