X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2FMakefile;h=c433023b8c3530e7633e6b30eef5192ac73e22b6;hb=77526eb4f4ef7b2be5fda0c8d719d3c46c75c5c7;hp=22dff3a0d5997446b6e0f4a73da688388921a785;hpb=cc314e0c526a0ed0ce9295e490b3f2bb29c3332c;p=ric-plt%2Flib%2Frmr.git diff --git a/test/Makefile b/test/Makefile index 22dff3a..c433023 100644 --- a/test/Makefile +++ b/test/Makefile @@ -38,6 +38,16 @@ ipaths = -I ../src/rmr/common/src/ -I ../src/rmr/common/include \ all: unit_test.ksh +# a generic rule driven from the unit_test script to run all stand alone +# vetters after the build +vet: logging_vet + +logging_vet:: logging_test always + bash vet_logging.sh + +# Make required hack to always force something to build +always :: + # remove intermediates clean: