Lines Matching full:unittests
28 dist-zip unittests
1656 # UNITTESTS: Running the unittests test suite
1659 unittests::
1660 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \
1661 if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \
1662 $(EchoCmd) Running unittests test suite ; \
1663 $(MAKE) -C $(PROJ_OBJ_ROOT)/unittests unitcheck; \
1665 $(EchoCmd) No Makefile in unittests directory ; \
1668 $(EchoCmd) No unittests directory ; \
1759 $(MAKE) unittests && \