t/read-to-pipe-async: fix -DNDEBUG support
authorDan Dedrick <dan.dedrick@gmail.com>
Thu, 20 Feb 2025 15:51:12 +0000 (10:51 -0500)
committerDan Dedrick <dan.dedrick@gmail.com>
Thu, 20 Feb 2025 15:56:33 +0000 (10:56 -0500)
commit9d7b25673ea8bc454530abf891726c19b2ace1b2
treebfe15094f82700b586e6537d3c749f57a2a163ab
parenta6e474c9e896e4ba1eb40066a03402afb040710a
t/read-to-pipe-async: fix -DNDEBUG support

When NDEBUG is defined this was trying to call log_err but it didn't
include the header file or link against the relevant .o file. This will
now fully build with -DNDEBUG.

Signed-off-by: Dan Dedrick <dan.dedrick@gmail.com>
Makefile
t/read-to-pipe-async.c