..
legacy_unit
Cleanup public API for ##search ( #19477 )
2021-12-12 11:46:46 +01:00
.gitignore
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
Makefile
Fix invalid pointer read issue in dwarf parser ##crash ( #19459 )
2021-12-02 12:20:30 +01:00
meson.build
Add unit tests for new rbtree API
2021-11-08 03:01:27 +01: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
Add acg
- printing class hierarchy graph ##anal ( #17362 )
2020-08-07 17:23:52 +08: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
Fix memleak in test_anal_block & test_io ( #18153 )
2021-01-02 09:37:23 +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
Graph refactor ##refactor ( #17631 )
2020-10-06 10:57:51 +08: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
Refactor Meta out of SDB ( #16716 )
2020-05-09 20:49:28 +02: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
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_big.c
Fix memleak in r2
and test_big
2021-01-03 10:10:32 +01:00
test_bin.c
Fix #19094 - RBinOptions renamed to RBinFileOptions
2021-10-10 20:52:46 +02:00
test_bitmap.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_buf.c
Fix memleak in test_buf & test_cmd ( #18162 )
2021-01-03 19:00:17 +01: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
Fix memleak in test_buf & test_cmd ( #18162 )
2021-01-03 19:00:17 +01:00
test_codemeta.c
Use RCodeMetaItem.clone in the test
2021-04-21 10:18:30 +02:00
test_cons.c
Improve cons_html_filter. ( #17471 )
2020-08-17 09:13:20 +03:00
test_crbtree.c
Add unit tests for new rbtree API
2021-11-08 03:01:27 +01:00
test_debruijn.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_debug_session.c
Implement save and load functions for debug session ##debug ( #17430 )
2020-08-20 12:25:47 +08: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
Fix #19094 - RBinOptions renamed to RBinFileOptions
2021-10-10 20:52:46 +02:00
test_dwarf_integration.c
Fix #19094 - RBinOptions renamed to RBinFileOptions
2021-10-10 20:52:46 +02:00
test_dwarf.c
Fix #19094 - RBinOptions renamed to RBinFileOptions
2021-10-10 20:52:46 +02:00
test_esil_dfg_filter.c
Add one more RReg wrapper in RAnal for bindings ( #18946 )
2021-07-28 12:09:23 +02:00
test_event.c
Enable unit tests compilation by default in meson ( #16990 )
2020-06-04 12:14:15 +02:00
test_flags.c
Fix Tests after Reports by asan ( #16776 )
2020-05-08 21:45:01 +02:00
test_glob.c
Add support to r_str_glob and add tests ( #18420 )
2021-03-08 23:23:18 +01:00
test_graph.c
Add unit test for graph, from legacy_unit files ( #17306 )
2020-07-21 10:54:00 +02:00
test_hex.c
Fix assert crash in unit test ( #19386 )
2021-11-08 10:11:08 +01:00
test_id_storage.c
Fix s390x test_agraph ( #18172 )
2021-01-05 01:22:43 +01: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
Add the r_json json parser based on nxjson ##util ( #17439 )
2020-08-14 20:57:09 +02: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
Use -Werror when building in CI ( #17781 )
2020-10-13 12:42:57 +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
Fix memory leak in test_rbtree ( #15983 )
2020-02-16 21:37:29 +01:00
test_reg.c
Fix invalid pointer read issue in dwarf parser ##crash ( #19459 )
2021-12-02 12:20:30 +01:00
test_regex.c
Fix r2 - tab crash related to regex apis
2021-01-09 12:47:47 +01: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
Add more information to var ##signatures
2021-11-03 12:59:06 +01:00
test_skiplist.c
Convert preinc/predec in 3rd part of for statement to postinc/postdec ( #16187 )
2020-03-12 18:40:46 +01:00
test_skyline.c
Fix memleak in test_dwarf & test_skyline ( #18169 )
2021-01-04 19:35:13 +01:00
test_spaces.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_sparse.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_ssdeep.c
Implement ssdeep fuzzy hashing algorithm ##hash ( #18490 )
2021-03-18 00:35:03 +01:00
test_stack.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_str.c
Fix r_str_ansi_len() causing unaligned 'unaligned' words ##disasm ( #18900 )
2021-07-15 21:29:24 +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
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +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
Return empty string when slurping a empty file ( #17520 )
2020-09-03 09:46:17 +02:00
test_vector.c
Add binary search alg to pvector ##util ( #19414 )
2021-11-16 23:56:21 +01:00