blob: c236413e1e7b9888e6cc536253b5e35bf9007efe [file] [log] [blame]
Radek Krejci1fd5ad62020-05-15 15:48:42 +02001set(local_tests
2 utest:test_common
3 utest:test_set
4 utest:test_hash_table
5 utest:test_context
6 utest:test_xml
Michal Vasko14795a42020-05-22 16:44:44 +02007 utest:test_xpath
Michal Vasko57c10cd2020-05-27 15:57:11 +02008 utest:test_yanglib
Radek Krejci3a4889a2020-05-19 17:01:58 +02009 utest:schema/test_schema
10 utest:schema/test_parser_yang
11 utest:schema/test_parser_yin
12 utest:schema/test_tree_schema_compile
13 utest:schema/test_printer_yang
14 utest:schema/test_printer_yin
15 utest:data/test_tree_data
16 utest:data/test_parser_xml
17 utest:data/test_printer_xml
18 utest:data/test_validation
19 utest:data/test_types
Radek Krejci1fd5ad62020-05-15 15:48:42 +020020 utest:extensions/test_metadata
21 utest:extensions/test_nacm)
22set(local_tests_wraps
23 "-Wl,--wrap=realloc"
24 " "
25 " "
26 " "
27 " "
28 " "
29 " "
30 " "
31 " "
32 " "
33 " "
34 " "
35 " "
Radek Krejci1fd5ad62020-05-15 15:48:42 +020036 " "
37 " "
38 " "
39 " "
Michal Vasko14795a42020-05-22 16:44:44 +020040 " "
Michal Vasko57c10cd2020-05-27 15:57:11 +020041 " "
Radek Krejci1fd5ad62020-05-15 15:48:42 +020042 " ")
43set(tests ${tests} ${local_tests} PARENT_SCOPE)
44set(tests_wraps ${tests_wraps} ${local_tests_wraps} PARENT_SCOPE)