diff -r 4b3219fab71c -r 8168e16cd1e9 test/test_config.h --- a/test/test_config.h Sun Oct 03 15:40:38 2021 +0200 +++ b/test/test_config.h Sun Oct 03 16:02:53 2021 +0200 @@ -33,4 +33,6 @@ #define UCX_CU_BRM CU_BRM_NORMAL +#define cu_add_test(suite, name) CU_add_test(suite, #name, name) + #endif /* UCX_TEST_CONFIG_H */