X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsymtab_test.c;h=19713178c450df09acaf64f62e972c7d1e4dcd59;hb=f1d10cd2456afcd0782c27887f7ba0c801efa6c2;hp=f39085ce82872ab10feeba92e3bc8c6ded9e7003;hpb=8790bf0c4f4f08fd05853afa67e211112b344a42;p=ric-plt%2Flib%2Frmr.git diff --git a/test/symtab_test.c b/test/symtab_test.c index f39085c..1971317 100644 --- a/test/symtab_test.c +++ b/test/symtab_test.c @@ -28,11 +28,16 @@ */ #define NO_DUMMY_RMR 1 // no dummy rmr functions; we don't pull in rmr.h or agnostic.h +#define NO_EMULATION +#define NO_PRIVATE_HEADERS -#include "../src/common/include/rmr_symtab.h" -#include "../src/common/src/symtab.c" - +#include +#include #include "test_support.c" +#include "rmr_symtab.h" + +#include "symtab.c" // module under test + int state = GOOD; // overall pass/fail state 0==fail int counter; // global counter for for-each tests