X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=2a97c6937e38bab5c8147ac326e354acff05d504;hb=368cf5e2adaaf24b82d4ac28638f06a1aa2ccfae;hp=cc47990d45cfdc0f743b966e473d1457be0499ba;hpb=d486a17c04f3d6d865f787168d446f4cfea3be25;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/test/Makefile b/test/Makefile index cc47990..2a97c69 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,7 +19,7 @@ unit_test:: unit_test.cpp rmr_em.o # build a special jwrapper object with coverage settings jwrapper_test.o:: ../src/json/jwrapper.c ../src/json/jwrapper.h - cc $(coverage_opts) -g -I ../src/json -I ../ext/jsmn ../src/json/jwrapper.c -c -o jwrapper_test.o + cc $(coverage_opts) -DDEBUG=0 -g -I ../src/json -I ../ext/jsmn ../src/json/jwrapper.c -c -o jwrapper_test.o jhash_test:: jwrapper_test.o jhash_test.cpp # do NOT link the xapp lib; we include all modules in the test programme