X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=dac49d1dd652277a8bfdbc4fe116d4633addc94e;hb=6b89650418fed54efa3fca99aa273e6ba30d917b;hp=4582eca6cf13269e8515f729f60bd8a11d50c815;hpb=16a277a24c9ffdda0daa6841e0cebc9cf0a7c4f1;p=dpdk.git diff --git a/app/test/Makefile b/app/test/Makefile index 4582eca6cf..dac49d1dd6 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -228,6 +228,10 @@ SRCS-y += test_event_timer_adapter.c SRCS-y += test_event_crypto_adapter.c endif +ifeq ($(CONFIG_RTE_LIBRTE_GRAPH), y) +SRCS-y += test_graph.c +endif + ifeq ($(CONFIG_RTE_LIBRTE_RAWDEV),y) SRCS-y += test_rawdev.c endif @@ -247,6 +251,8 @@ LDLIBS += -lrte_ipsec endif CFLAGS += -O3 +# Strict-aliasing rules are violated by uint8_t[] to context size casts. +CFLAGS += -fno-strict-aliasing CFLAGS += $(WERROR_FLAGS) LDLIBS += -lm