rizin/test/unit
2021-01-21 11:15:13 +08:00
..
auxiliary Extract subprocess API used in rz-test into RzUtil 2020-12-15 10:18:50 +01:00
legacy_unit More renames of *anal* to *analysis* (#123) 2020-12-07 13:20:29 +01:00
.gitignore
Makefile Extract subprocess API used in rz-test into RzUtil 2020-12-15 10:18:50 +01:00
meson.build Move seek history from RzIO to RzCore (#358) 2021-01-15 13:27:57 +01:00
minunit.h minunit.h: Use snprintf instead (#367) 2021-01-16 16:34:49 +08:00
mock_io.inl Rename more Block API and remove hard-coded x86 logic ##analysis (#176) 2020-12-17 10:52:00 +01:00
rz_test_cmd_test Rename to rizin (#2) 2020-10-01 16:13:03 +02:00
test_addr_interval.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_agraph.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_analysis_block.c Rename more Block API and remove hard-coded x86 logic ##analysis (#176) 2020-12-17 10:52:00 +01:00
test_analysis_block_invars.inl More renames of *anal* to *analysis* (#123) 2020-12-07 13:20:29 +01:00
test_analysis_cc.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_analysis_class_graph.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_analysis_function.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_analysis_hints.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_analysis_meta.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_analysis_types.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_analysis_var.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_analysis_xrefs.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_annotated_code.c More Rizin renames 2021-01-05 00:45:10 -06:00
test_autocmplt.c Add rizin eval autocompletion ##newshell 2021-01-05 23:33:32 -06:00
test_base64.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_big.c Fix memleak in rizin and test_big 2021-01-05 05:21:41 -06:00
test_bin.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_binheap.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_bitmap.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_buf.c Replace naked rz_sys_system/write/read/freopen calls with their wrapped counterparts (#388) 2021-01-19 00:07:19 +08:00
test_cmd.c Add rz_cmd_desc_get_arg API 2021-01-21 11:15:13 +08:00
test_cons.c Replace RzCons->line with the created one and just call rz_cons_free 2021-01-07 18:59:43 +08:00
test_contrbtree.c Fix potential null-deref in rz_rbtree_cont_foreach() 2021-01-14 20:05:24 +08:00
test_core_cmd.c Add flags to RzCmdArg to mark array, last, option args 2021-01-05 23:33:32 -06:00
test_core_seek.c Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
test_core_task.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_debruijn.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_debug.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_debug_session.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_diff.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_dwarf.c Fix memleak in test_dwarf & test_skyline (#18169) 2021-01-05 05:21:41 -06:00
test_dwarf_info.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_dwarf_integration.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_esil_dfg_filter.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_event.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_file.c Rewrite rz_file_mmap API 2021-01-03 11:42:38 +01:00
test_flags.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_glob.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_graph.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_hex.c Fix hex unit test for windows 2021-01-03 11:42:38 +01:00
test_id_storage.c Fix s390x test_agraph (#18172) 2021-01-05 05:21:41 -06:00
test_idpool.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_idstorage.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_intervaltree.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_io.c Replace naked rz_sys_system/write/read/freopen calls with their wrapped counterparts (#388) 2021-01-19 00:07:19 +08:00
test_json.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_list.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_ovf.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_parse_ctype.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_pdb.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_pj.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_queue.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_rbtree.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_reg.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_rz_test.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_rzpipe.c Disable the entire test_rzpipe on Windows 2021-01-03 11:42:38 +01:00
test_sdb.h More Rizin renames 2021-01-05 05:21:41 -06:00
test_serialize_analysis.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_serialize_config.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_serialize_flag.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_serialize_spaces.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_sign.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_skiplist.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_skyline.c Fix memleak in test_dwarf & test_skyline (#18169) 2021-01-05 05:21:41 -06:00
test_spaces.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_sparse.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_stack.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_str.c Rewrite rz_str_split functions with unit tests 2021-01-05 23:33:32 -06:00
test_strbuf.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_subprocess.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_table.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_task.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_tree.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_uleb128.c Use mu_main to reduce boilerplate in unit tests 2021-01-03 11:42:38 +01:00
test_unum.c Rename test_r_* to test_rz_* 2021-01-03 11:42:38 +01:00
test_util.c Replace naked rz_sys_system/write/read/freopen calls with their wrapped counterparts (#388) 2021-01-19 00:07:19 +08:00
test_vector.c Move seek history from RzIO to RzCore (#358) 2021-01-15 13:27:57 +01:00