X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/c91910cd7cf9a0fab1b015b67bc70e7468b9fa50..b26534db4af0826e27a03af53f990e5b31e5886a:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 1519df2..2969e11 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,13 @@ 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+=-DEVENTXX_EVENT_BASE_FREE_FIX + +# Don't warn me about memory leaks +CXXFLAGS+=-DEVENTXX_NO_WARNING + LDFLAGS=-levent targets=bench test-eof test-time test-weof trivial c-way functor-way \