Testcase for A1 Healthcheck added.
[ric-app/hw.git] / test / hw_unit_tests.cc
index 73a44d2..a1bd3ca 100644 (file)
  */
 
 #include<iostream>
-#include <stdlib.h>
+#include<stdlib.h>
 #include<gtest/gtest.h>
 
-#include "test_rmr.h"
-#include "test_rnib.h"
-#include "test_sdl.h"
+#include "test_db.h"
+//#include "test_rmr.h"
+#include "test_hc.h"
+
+#define HC_MSG_SIZE 512
 
 using namespace std;
 
+
 int main(int argc, char* argv[])
 {
        char rmr_seed[80]="RMR_SEED_RT=../src/routes.txt";