rizin/test/integration
Aswin C a07663a212
Add integration test for CPU and Platform profiles. (#1271)
* Add integration test and a fix Coverity scan issue

* Return `NULL` if `target->platforms` is `NULL` in
`rz_arch_platform_target_new`

* Move the call of the API which adds the flags/comments for both
CPU and platform profiles inside `rz_core_analysis_all()`.

* Use `rz_file_is_directory` instead of `rz_file_exists` for the
integration tests

* Use `RZ_SYS_DIR` on the path while checking for `.tmp` folder

* Add a comma at the end of the list on \`meson.build\`
2021-07-07 15:16:51 +08:00
..
meson.build Add integration test for CPU and Platform profiles. (#1271) 2021-07-07 15:16:51 +08:00
test_bin_vfiles.c Add Integration Test for RzBinVirtualFiles without RzCore (#1186) 2021-06-03 12:06:34 +08:00
test_cpu_platform_profiles.c Add integration test for CPU and Platform profiles. (#1271) 2021-07-07 15:16:51 +08:00
test_open_analyse_save_load_project.c Use rz_file_is_directory to check if the directory .tmp already exists (#1273) 2021-07-06 22:04:20 +08:00