Bug 1111269 - Enable running the clang-plugin tests as part of the build; r=glandium

This commit is contained in:
Ehsan Akhgari 2014-12-23 22:41:29 -05:00
parent 2dccc3c4e6
commit 3474c1cff3

View File

@ -8,7 +8,7 @@ OS_CXXFLAGS := $(filter-out -W%,$(OS_CXXFLAGS)) -fsyntax-only -Xclang -verify
include $(topsrcdir)/config/rules.mk
target:: $(OBJS)
export:: $(OBJS)
# We don't actually build anything.
.PHONY: $(OBJS)