X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftest_support.c;h=a8309d9d174ab10547646f96141bee0692860003;hb=cc314e0c526a0ed0ce9295e490b3f2bb29c3332c;hp=d14678b7bd724a934ff5586d6820231253182d96;hpb=40e32867174c51c9b0ea50dfea19130c468cc200;p=ric-plt%2Flib%2Frmr.git diff --git a/test/test_support.c b/test/test_support.c index d14678b..a8309d9 100644 --- a/test/test_support.c +++ b/test/test_support.c @@ -159,6 +159,7 @@ static int fail_not_equal( int a, int b, char* what ) { } static int fail_if_equal( int a, int b, char* what ) { + fprintf( stderr, " %s %d\n", what, a==b ); if( a == b ) { fprintf( stderr, " %s values were equal a=%d b=%d\n", what, a, b ); }