]> git.llucax.com Git - software/eventxx.git/blobdiff - test/Makefile
Add mem_cb functor to use an arbitrary memeber function as an event handler.
[software/eventxx.git] / test / Makefile
index 63018a6fc88e0169880e9d699784acf952d089ec..477a59142195319cf4c60d550dcbe7c8442c2ea5 100644 (file)
@@ -1,11 +1,12 @@
 
-CXXFLAGS=-I.. -g
+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
 LDFLAGS=-levent
 
-targets=bench test-eof test-time test-weof
+targets=bench test-eof test-time test-weof trivial c-way functor-way \
+       wrapped-functor-way prio-test mixed-way
 
 all: $(targets)