X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsymtab_test.c;h=19713178c450df09acaf64f62e972c7d1e4dcd59;hb=refs%2Ftags%2F3.3.0;hp=b755e9c255921e0f66c6916a26cfbd12a3b2008e;hpb=6b1712a0f1c2fb37eec04b3114ce1956800f74c9;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