context FETAURE yang-library data generation

Also added list of deriving modules for each module.
diff --git a/tests/utests/CMakeLists.txt b/tests/utests/CMakeLists.txt
index ca5c5b5..c236413 100644
--- a/tests/utests/CMakeLists.txt
+++ b/tests/utests/CMakeLists.txt
@@ -5,6 +5,7 @@
     utest:test_context
     utest:test_xml
     utest:test_xpath
+    utest:test_yanglib
     utest:schema/test_schema
     utest:schema/test_parser_yang
     utest:schema/test_parser_yin
@@ -37,6 +38,7 @@
     " "
     " "
     " "
+    " "
     " ")
 set(tests ${tests} ${local_tests} PARENT_SCOPE)
 set(tests_wraps ${tests_wraps} ${local_tests_wraps} PARENT_SCOPE)