plugins types FEATURE binary LYB value support
diff --git a/tests/utests/CMakeLists.txt b/tests/utests/CMakeLists.txt
index caa41b3..0b91121 100644
--- a/tests/utests/CMakeLists.txt
+++ b/tests/utests/CMakeLists.txt
@@ -17,6 +17,7 @@
 ly_add_utest(NAME int8   SOURCES types/int8.c)
 ly_add_utest(NAME string SOURCES types/string.c)
 ly_add_utest(NAME bits   SOURCES types/bits.c)
+ly_add_utest(NAME binary SOURCES types/binary.c)
 ly_add_utest(NAME inet_types   SOURCES types/inet_types.c)
 ly_add_utest(NAME yang_types   SOURCES types/yang_types.c)