diff -r e59b76889f00 -r d31f4d4075dc tests/ucxtest.c --- a/tests/ucxtest.c Wed Dec 20 16:46:14 2023 +0100 +++ b/tests/ucxtest.c Wed Dec 20 17:57:18 2023 +0100 @@ -26,7 +26,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "test_utils.h" +#include "cx/test.h" + +CxTestSuite *cx_test_suite_utils(void); #define run_tests(suite) cx_test_run_stdout(suite); success += (suite)->success; failure += (suite)->failure