]> 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 3b45f263e062b3c0283cbaf6bd9eedbc9cebea14..477a59142195319cf4c60d550dcbe7c8442c2ea5 100644 (file)
@@ -5,7 +5,8 @@ CXXFLAGS=-I.. -g -Wall
 #CXXFLAGS+=-DEVENT_BASE_FREE_FIX
 LDFLAGS=-levent
 
-targets=bench test-eof test-time test-weof trivial c-way functor-way prio-test
+targets=bench test-eof test-time test-weof trivial c-way functor-way \
+       wrapped-functor-way prio-test mixed-way
 
 all: $(targets)