X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/3de7450f04f8d9cd241eb600da57cbe0539aa62c..1f4f1b8d6eba48ffb61e1a0965961dd32b3ef29a:/test/Makefile?ds=inline diff --git a/test/Makefile b/test/Makefile index 63018a6..f582ca4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,11 +1,11 @@ -CXXFLAGS=-I.. -g +CXXFLAGS=-I.. -g -Wall # Uncomment this if you have a fixed event_base_free(). # See http://www.mail-archive.com/libevent-users@monkey.org/msg00112.html -#CXXFLAGS+=-DEVENT_BASE_FREE_FIX +CXXFLAGS+=-DEVENT_BASE_FREE_FIX LDFLAGS=-levent -targets=bench test-eof test-time test-weof +targets=bench test-eof test-time test-weof trivial c-way all: $(targets)