enhance(API): Add multi-threaded call
[ric-plt/lib/rmr.git] / test / tools_test.c
index eac19a6..6725e9b 100644 (file)
 #include <errno.h>
 #include <pthread.h>
 #include <ctype.h>
+#include <pthread.h>
+#include <semaphore.h>
 
-#include "../src/common/include/rmr.h"
-#include "../src/common/include/rmr_agnostic.h"
+#include "rmr.h"
+#include "rmr_agnostic.h"
 #include "test_support.c"              // our private library of test tools
 
 // ===== dummy context for tools testing so we don't have to pull in all of the nano/nng specific stuff =====
@@ -66,7 +68,7 @@ struct uta_ctx {
 };
 
 
-#include "../src/common/src/tools_static.c"
+#include "tools_static.c"
 
 
 int main( ) {