Radek Krejci | 1fd5ad6 | 2020-05-15 15:48:42 +0200 | [diff] [blame] | 1 | set(local_tests |
| 2 | utest:test_common |
| 3 | utest:test_set |
| 4 | utest:test_hash_table |
| 5 | utest:test_context |
| 6 | utest:test_xml |
Radek Krejci | 3a4889a | 2020-05-19 17:01:58 +0200 | [diff] [blame] | 7 | 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 Krejci | 1fd5ad6 | 2020-05-15 15:48:42 +0200 | [diff] [blame] | 18 | utest:extensions/test_metadata |
| 19 | utest:extensions/test_nacm) |
| 20 | set(local_tests_wraps |
| 21 | "-Wl,--wrap=realloc" |
| 22 | " " |
| 23 | " " |
| 24 | " " |
| 25 | " " |
| 26 | " " |
| 27 | " " |
| 28 | " " |
| 29 | " " |
| 30 | " " |
| 31 | " " |
| 32 | " " |
| 33 | " " |
Radek Krejci | 1fd5ad6 | 2020-05-15 15:48:42 +0200 | [diff] [blame] | 34 | " " |
| 35 | " " |
| 36 | " " |
| 37 | " " |
| 38 | " ") |
| 39 | set(tests ${tests} ${local_tests} PARENT_SCOPE) |
| 40 | set(tests_wraps ${tests_wraps} ${local_tests_wraps} PARENT_SCOPE) |