X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsymtab_test.c;h=19713178c450df09acaf64f62e972c7d1e4dcd59;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=b755e9c255921e0f66c6916a26cfbd12a3b2008e;hpb=412d53dfa2f9b5b56a448797d0dfec3b0f11f666;p=ric-plt%2Flib%2Frmr.git diff --git a/test/symtab_test.c b/test/symtab_test.c index b755e9c..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 +#include +#include "test_support.c" #include "rmr_symtab.h" -#include "symtab.c" -#include "test_support.c" +#include "symtab.c" // module under test + int state = GOOD; // overall pass/fail state 0==fail int counter; // global counter for for-each tests