Commit 8f4512eb authored by Kevin Modzelewski's avatar Kevin Modzelewski

Mark gtest as a 'system include' dir so that we don't get warnings from their header files

parent 21b3c673
...@@ -274,7 +274,7 @@ tags: $(SRCS) $(OPTIONAL_SRCS) $(ALL_HEADERS) ...@@ -274,7 +274,7 @@ tags: $(SRCS) $(OPTIONAL_SRCS) $(ALL_HEADERS)
$(ECHO) Computing tags... $(ECHO) Computing tags...
$(VERB) ctags $^ $(VERB) ctags $^
$(UNITTEST_SRCS:.cpp=.o): CXXFLAGS := $(CXXFLAGS) -I$(GTEST_DIR)/include $(UNITTEST_SRCS:.cpp=.o): CXXFLAGS := $(CXXFLAGS) -isystem $(GTEST_DIR)/include
NON_ENTRY_OBJS := $(filter-out jit.o,$(OBJS)) NON_ENTRY_OBJS := $(filter-out jit.o,$(OBJS))
define add_unittest define add_unittest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment