]> git.llucax.com Git - software/eventxx.git/blobdiff - test/Makefile
Change EVENT_BASE_FREE_FIX for EVENTXX_BASE_FREE_FIX.
[software/eventxx.git] / test / Makefile
index 4beddbfbb4112e004a7b51aa552ce050eac60a9b..1519df2696f7dc8c485464252ff94263e03ee16b 100644 (file)
@@ -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=-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+=-DEVENTXX_EVENT_BASE_FREE_FIX
 LDFLAGS=-levent
 
 targets=bench test-eof test-time test-weof trivial c-way functor-way \
 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)
 
 
 all: $(targets)