forked from OSchip/llvm-project
Enable the "make test" rule in the root Makefile
llvm-svn: 133462
This commit is contained in:
parent
b0589f16a4
commit
3b3531618b
|
@ -74,8 +74,8 @@ $(RecursiveTargets)::
|
|||
fi
|
||||
endif
|
||||
|
||||
#test::
|
||||
# @ $(MAKE) -C test
|
||||
test::
|
||||
@ $(MAKE) -C test
|
||||
|
||||
#report::
|
||||
# @ $(MAKE) -C test report
|
||||
|
|
Loading…
Reference in New Issue