Enable the "make test" rule in the root Makefile

llvm-svn: 133462
This commit is contained in:
Peter Collingbourne 2011-06-20 19:06:57 +00:00
parent b0589f16a4
commit 3b3531618b
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ $(RecursiveTargets)::
fi fi
endif endif
#test:: test::
# @ $(MAKE) -C test @ $(MAKE) -C test
#report:: #report::
# @ $(MAKE) -C test report # @ $(MAKE) -C test report