Searched refs:p_map_bstr_cddl (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/scripts/ |
| D | test_zcbor.py | 50 p_map_bstr_cddl = Path(p_cases, 'map_bstr.cddl') variable 613 …stdout1, _ = self.popen_test(["zcbor", "convert", "--cddl", str(p_map_bstr_cddl), "--input", str(p… 617 …_, stderr1 = self.popen_test(["zcbor", "code", "--cddl", str(p_map_bstr_cddl), "-t", "map"], "", e… 621 args = ["zcbor", "code", "--cddl", str(p_map_bstr_cddl), "-t", "map", "-d"]
|