Improve hash function to fix collision problem
[satune.git] / src / Test / Makefile
index 0f1bc39a80de5ebd6b4f31b2314633c18250ca3b..5ec798914b18aa446f9922a6fc31727dd57e3516 100644 (file)
@@ -6,7 +6,7 @@ include $(BASE)/common.mk
 
 DEPS := $(join $(addsuffix ., $(dir $(OBJECTS))), $(addsuffix .d, $(notdir $(OBJECTS))))
 
-CPPFLAGS += -I$(BASE) -I$(BASE)/AST -I$(BASE)/Collections -I$(BASE)/Backend
+CPPFLAGS += -I$(BASE) -I$(BASE)/AST -I$(BASE)/Collections -I$(BASE)/Backend -I$(BASE)/Tuner
 
 all: $(OBJECTS) ../bin/run.sh