X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/1b91677bf8d6ef6b68ee0fa6b9c37fa28bf428f2..1df0df01b00d420fcfbcb4ad0c0a74e885c828df:/test/Makefile?ds=sidebyside diff --git a/test/Makefile b/test/Makefile index f582ca4..3b45f26 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,10 +2,10 @@ 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 prio-test all: $(targets)