Home | History | Annotate | Download | only in sample

Lines Matching full:unittests

28                     dist-zip unittests
1894 # UNITTESTS: Running the unittests test suite
1897 unittests::
1898 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/unittests" ; then \
1899 if test -f "$(PROJ_OBJ_ROOT)/unittests/Makefile" ; then \
1900 $(EchoCmd) Running unittests test suite ; \
1901 $(MAKE) -C $(PROJ_OBJ_ROOT)/unittests unitcheck; \
1903 $(EchoCmd) No Makefile in unittests directory ; \
1906 $(EchoCmd) No unittests directory ; \
1997 $(MAKE) unittests && \