2 include $(LEVEL
)/Makefile.common
4 # Test in all immediate subdirectories if unset.
5 TESTDIRS ?
= $(shell echo
$(PROJ_SRC_DIR
)/*/)
22 @ echo
'--- Running clang tests for $(TARGET_TRIPLE) ---'
23 @ PATH
=$(ToolDir
):$(LLVM_SRC_ROOT
)/test/Scripts
:$$PATH $(PROJ_SRC_DIR
)/..
/utils
/test/MultiTestRunner.py
$(TESTARGS
) $(TESTDIRS
) $(VGARG
)
28 .PHONY
: all report
clean