diff --git a/Makefile b/Makefile index 623c0ffde0..972f0c1045 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ DIRS := Basic Lex Parse AST Sema CodeGen Driver include $(LEVEL)/Makefile.common +check:: + cd test; $(MAKE) + test:: cd test; $(MAKE)