X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhw_unit_tests.cc;h=94377f5fd8bc4c4a18d26dc5b223088983e08d21;hb=858eb3785ad300196cf677143a6759f857344702;hp=99187c528b16c914e46ffdef704b160d5b435773;hpb=5c9b8ea6569d3ba9319a3c4a9e1aadafce410714;p=ric-app%2Fhw.git diff --git a/test/hw_unit_tests.cc b/test/hw_unit_tests.cc index 99187c5..94377f5 100644 --- a/test/hw_unit_tests.cc +++ b/test/hw_unit_tests.cc @@ -26,11 +26,18 @@ #include #include +#include "xapp.hpp" + +#include "test_indc.h" +#include "test_subs.h" +#include "test_cntrl.h" + +#include "test_e2ap.h" + #include "test_db.h" #include "test_rmr.h" #include "test_hc.h" -#include "test_subs.h" -#include "test_e2sm.h" + using namespace std; @@ -59,6 +66,8 @@ int main(int argc, char* argv[]) dm_xapp->Run(); testing::InitGoogleTest(&argc, argv); + ::testing::GTEST_FLAG(filter) = "E2AP*"; + int res = RUN_ALL_TESTS();