radare2/test/unit
pancake 53e908d802
Generalize vector instruction types instead of following intel-specific ##analysis
* MMX -> VEC64
* XMM -> VEC128
* YMM -> VEC256
* ZMM -> VEC512
2022-11-02 14:02:40 +01:00
..
legacy_unit Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
.gitignore
Makefile Fix recent rref/build issues 2022-09-20 16:40:25 +02:00
meson.build Merge rhash into rcrypto and improve apis ##api 2022-09-15 11:25:40 +02:00
minunit.h minunit.h: Use snprintf instead (#367) 2021-01-19 05:37:17 +01:00
r2r_cmd_test Fix r2r -i when fixing multiple tests (#16817) 2020-05-14 15:10:03 +02:00
test_addr_interval.c Enable unit tests compilation by default in meson (#16990) 2020-06-04 12:14:15 +02:00
test_agraph.c Stop aeg from abusing agg ##refactor 2022-10-20 07:56:57 +02:00
test_anal_block_invars.inl Remove unused Function Tree and Fix Relocate (#15898) 2020-01-26 00:07:54 +01:00
test_anal_block.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_anal_cc.c Add setters for CC self and error and Tests ##anal (#17704) 2020-09-30 13:39:20 +08:00
test_anal_class_graph.c Stop aeg from abusing agg ##refactor 2022-10-20 07:56:57 +02:00
test_anal_function.c Refactor Labels out of SDB ##anal (#17621) 2020-09-16 09:54:33 +02:00
test_anal_hints.c Refactor Anal Hints (#15876) ##anal 2020-02-13 11:48:24 +01:00
test_anal_meta.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_anal_types.c Add API for getting Atomic and Typedef Types and remove broken !size (#17599) 2020-09-15 13:31:38 +02:00
test_anal_var.c Add serialization API for vars ##anal 2021-11-02 11:04:35 +01:00
test_anal_xrefs.c Minor Fixes for XRefs counting (#16546) ##anal 2020-04-12 16:42:19 +02:00
test_base64.c
test_big.c Fix memleak in r2 and test_big 2021-01-03 10:10:32 +01:00
test_bin.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_bitmap.c Fix another race condition in the macho parser ##bin 2022-05-19 08:15:14 +02:00
test_buf.c Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
test_cmd_str.c Fix #18799 - r2pipe command output not always captured (#18800) 2021-06-04 12:07:56 +02:00
test_cmd.c Remove unused apis in cmd and disable related unit tests 2022-09-14 08:46:06 +02:00
test_codemeta.c Update test_codemeta.c 2022-06-17 06:04:39 +02:00
test_cons.c Improve cons_html_filter. (#17471) 2020-08-17 09:13:20 +03:00
test_crbtree.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
test_debruijn.c
test_debug_session.c Generalize vector instruction types instead of following intel-specific ##analysis 2022-11-02 14:02:40 +01:00
test_debug.c Add test for x64 to verify fpu and xmm register size and offset (#16186) 2020-03-12 11:48:41 +08:00
test_diff.c Check for subcommands of iz to improve output on invalid input (#19467) 2021-12-05 04:43:31 +01:00
test_dwarf_info.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_dwarf_integration.c Make dwarf unit tests portable 2022-09-20 17:05:34 +02:00
test_dwarf.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_esil_dfg_filter.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_event.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_flags.c Fix Tests after Reports by asan (#16776) 2020-05-08 21:45:01 +02:00
test_glob.c Fix glob matching in several cases ##shell 2022-04-02 20:34:56 +02:00
test_graph.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_hex.c Introduce r_arch.h. Use RArchConfig in RAnal and improve RRef api ##api 2022-04-24 23:11:26 +02:00
test_id_storage.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_idpool.c Fix a bunch of warnings (#17575) 2020-09-02 19:54:17 +08:00
test_idstorage.c Fix a bunch of warnings (#17575) 2020-09-02 19:54:17 +08:00
test_intervaltree.c Enable unit tests compilation by default in meson (#16990) 2020-06-04 12:14:15 +02:00
test_io.c Rename r_io_map_get to r_io_map_get_at ##io 2021-03-12 17:56:46 +01:00
test_json.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
test_list.c Update tree-sitter to 0.16.8 (#16991) 2020-06-03 15:01:47 +02:00
test_ovf.c Add ovf tests and more overflow macro definitions ##util (#17216) 2020-07-24 13:21:52 +02:00
test_pdb.c Move bin.pdb into bin.formats.pdb 2022-08-23 18:52:25 +02:00
test_pj.c Add pj_reset() API ##json (#16802) 2020-05-12 00:11:42 +02:00
test_queue.c Convert preinc/predec in 3rd part of for statement to postinc/postdec (#16187) 2020-03-12 18:40:46 +01:00
test_r2pipe.c Add more null checks and fix a lock when no r2 in path ##r2pipe (#16999) 2020-07-24 16:24:19 +08:00
test_r2r.c Fix r2r -i when fixing multiple tests (#16817) 2020-05-14 15:10:03 +02:00
test_rbtree.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_reg.c Generalize vector instruction types instead of following intel-specific ##analysis 2022-11-02 14:02:40 +01:00
test_regex.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_sdb.h Add API for getting Atomic and Typedef Types and remove broken !size (#17599) 2020-09-15 13:31:38 +02:00
test_sign.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_skiplist.c The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util 2022-07-20 17:36:27 +02:00
test_skyline.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
test_spaces.c
test_sparse.c
test_ssdeep.c Implement ssdeep fuzzy hashing algorithm ##hash (#18490) 2021-03-18 00:35:03 +01:00
test_stack.c Fix several bugs in the RStack API ##crash 2022-06-08 19:15:48 +02:00
test_str.c Rename RStr.home() to RFile.home() as part of the Plan ##api 2022-10-27 16:28:33 +02:00
test_strbuf.c Add r_strbuf_initf() ##util (#17634) 2020-09-13 10:08:56 +02:00
test_table.c Implement RTable:sql and add RTable.name ##core 2021-01-15 10:56:58 +01:00
test_tree.c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
test_uleb128.c Fix #17353 - Remove duplicated implementation of uleb128 in mach0 ##bin (#17489) 2020-09-24 09:47:23 +02:00
test_unum.c Clean up r_num ##util ##refactor (#18049) 2020-12-17 22:24:27 +01:00
test_util.c Fix recent rref/build issues 2022-09-20 16:40:25 +02:00
test_vector.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00