]> 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 4beddbfbb4112e004a7b51aa552ce050eac60a9b..477a59142195319cf4c60d550dcbe7c8442c2ea5 100644 (file)
@@ -6,7 +6,7 @@ CXXFLAGS=-I.. -g -Wall
 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)