소스 검색

add a check target cause i'm lazy

Mike Frysinger 19 년 전
부모
커밋
7d6643102b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -325,7 +325,6 @@ defconfig: extra/config/conf
 	$(INSTALL) -d include/bits
 	$(INSTALL) -d include/bits
 	@./extra/config/conf -d extra/Configs/Config.in
 	@./extra/config/conf -d extra/Configs/Config.in
 
 
-
 clean:
 clean:
 	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \;
 	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \;
 	@$(RM) -r tmp lib include/bits libc/tmp _install
 	@$(RM) -r tmp lib include/bits libc/tmp _install
@@ -368,4 +367,7 @@ release: distclean
 
 
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 
 
+check:
+	$(MAKE) -C test
+
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig