X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/1f4f1b8d6eba48ffb61e1a0965961dd32b3ef29a..849a3ba5cffca1a97efb72a4825f3893104ba095:/test/Makefile diff --git a/test/Makefile b/test/Makefile index f582ca4..477a591 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,10 +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 +targets=bench test-eof test-time test-weof trivial c-way functor-way \ + wrapped-functor-way prio-test mixed-way all: $(targets)