X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/6c24dc241b939eb4e24b9c5139d3633cf40832ab..c584f2e4d45ee21a00dae09f4be54144eafef7ac:/test/Makefile?ds=inline diff --git a/test/Makefile b/test/Makefile index be01b69..477a591 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,11 +2,11 @@ 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 trivial c-way functor-way \ - prio-test mixed-way + wrapped-functor-way prio-test mixed-way all: $(targets)