summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-03-25 19:45:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-25 19:45:17 +0000
commit3fba7bebe84b6e2ae515dda142dc3b37071b4dcd (patch)
treefafb1cbe34a255a6413d39c7cf9a7daccae40e53 /tests
parent536d696c59fbccea80362bbb7d6c0d4fbf9ad1db (diff)
parent1fb1e33454467b44f5e370454dec2c6caccc58a2 (diff)
downloadhardware_libhardware-3fba7bebe84b6e2ae515dda142dc3b37071b4dcd.zip
hardware_libhardware-3fba7bebe84b6e2ae515dda142dc3b37071b4dcd.tar.gz
hardware_libhardware-3fba7bebe84b6e2ae515dda142dc3b37071b4dcd.tar.bz2
Merge "Update fingerprint.h for new API"
Diffstat (limited to 'tests')
-rw-r--r--tests/fingerprint/fingerprint_tests.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fingerprint/fingerprint_tests.cpp b/tests/fingerprint/fingerprint_tests.cpp
index 4463751..4ae0d73 100644
--- a/tests/fingerprint/fingerprint_tests.cpp
+++ b/tests/fingerprint/fingerprint_tests.cpp
@@ -29,6 +29,11 @@ TEST_F(FingerprintDevice, isThereRemove) {
<< "remove() function is not implemented";
}
+TEST_F(FingerprintDevice, isThereAuthenticate) {
+ ASSERT_TRUE(NULL != fp_device()->authenticate)
+ << "authenticate() function is not implemented";
+}
+
TEST_F(FingerprintDevice, isThereSetNotify) {
ASSERT_TRUE(NULL != fp_device()->set_notify)
<< "set_notify() function is not implemented";