On 3/27/24 12:46, Muhammad Usama Anjum wrote:
There are multiple #ifdef blocks inside functions where they return just 0 if #ifdef is false. This makes number of tests counting difficult. Move those functions inside one #ifdef block and move all of them together. This is preparatory patch for next patch to convert this into TAP format. So in this patch, we are just moving functions around without any changes. With and without this patch, the output of this patch is same. Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> ---
Pulled all three patches in this series. In the future, please add a cover-letter when you send patch series. thanks, -- Shuah