Lines Matching full:unittests
28 dist-zip unittests
1752 # UNITTESTS: Running the unittests test suite
1755 unittests::
1756 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \
1757 if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \
1758 $(EchoCmd) Running unittests test suite ; \
1759 $(MAKE) -C $(PROJ_OBJ_ROOT)/unittests unitcheck; \
1761 $(EchoCmd) No Makefile in unittests directory ; \
1764 $(EchoCmd) No unittests directory ; \
1855 $(MAKE) unittests && \