Browse Source

add a check target cause i'm lazy

Mike Frysinger 19 years ago
parent
commit
7d6643102b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -325,7 +325,6 @@ defconfig: extra/config/conf
 	$(INSTALL) -d include/bits
 	@./extra/config/conf -d extra/Configs/Config.in
 
-
 clean:
 	- 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
@@ -368,4 +367,7 @@ release: distclean
 
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 
+check:
+	$(MAKE) -C test
+
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig