aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/serial_number_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/serial_number_test.cpp')
-rw-r--r--host/tests/serial_number_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/tests/serial_number_test.cpp b/host/tests/serial_number_test.cpp
index f2dc4bb42..e873bc538 100644
--- a/host/tests/serial_number_test.cpp
+++ b/host/tests/serial_number_test.cpp
@@ -19,4 +19,7 @@ BOOST_AUTO_TEST_CASE(test_serial_numbers_match)
// Out of range
BOOST_CHECK_EQUAL(false, uhd::utils::serial_numbers_match("aaaaaaaaaaaaaa", "abcd123"));
+
+ // Invalid argument
+ BOOST_CHECK_EQUAL(false, uhd::utils::serial_numbers_match("", "abcd123"));
}