blob: 04af8d4bac64b019580cad68bc2fd241c76eba35 [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
Radek Krejci3a4889a2020-05-19 17:01:58 +02007 utest:schema/test_schema
8 utest:schema/test_parser_yang
9 utest:schema/test_parser_yin
10 utest:schema/test_tree_schema_compile
11 utest:schema/test_printer_yang
12 utest:schema/test_printer_yin
13 utest:data/test_tree_data
14 utest:data/test_parser_xml
15 utest:data/test_printer_xml
16 utest:data/test_validation
17 utest:data/test_types
Radek Krejci1fd5ad62020-05-15 15:48:42 +020018 utest:extensions/test_metadata
19 utest:extensions/test_nacm)
20set(local_tests_wraps
21 "-Wl,--wrap=realloc"
22 " "
23 " "
24 " "
25 " "
26 " "
27 " "
28 " "
29 " "
30 " "
31 " "
32 " "
33 " "
Radek Krejci1fd5ad62020-05-15 15:48:42 +020034 " "
35 " "
36 " "
37 " "
38 " ")
39set(tests ${tests} ${local_tests} PARENT_SCOPE)
40set(tests_wraps ${tests_wraps} ${local_tests_wraps} PARENT_SCOPE)