X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmetrics_test.cpp;h=120bbda21f1f192784766da7cfce1bc1b69c5729;hb=d486a17c04f3d6d865f787168d446f4cfea3be25;hp=3b939e3953a3d9059f9c04051e017249b1969a58;hpb=ef3620529c936a8790d6970c57198b4caee09c0d;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/test/metrics_test.cpp b/test/metrics_test.cpp index 3b939e3..120bbda 100644 --- a/test/metrics_test.cpp +++ b/test/metrics_test.cpp @@ -45,6 +45,7 @@ #include "../src/xapp/xapp.hpp" #include "../src/metrics/metrics.hpp" // overtly pull the code under test to get coverage opts +#include "../src/messaging/messenger.cpp" #include "../src/metrics/metrics.cpp" #include "ut_support.cpp" @@ -54,7 +55,7 @@ int main( int argc, char** argv ) { std::shared_ptr x; std::shared_ptr m; - set_test_name( "jhash_test" ); + set_test_name( "metrics_test" ); x = std::shared_ptr( new Xapp( "4560", true ) ); if( x == NULL ) {