]> git.llucax.com Git - software/eventxx.git/blobdiff - test/Makefile
Add a test with mixed C-like and function object callbacks.
[software/eventxx.git] / test / Makefile
index 3b45f263e062b3c0283cbaf6bd9eedbc9cebea14..4beddbfbb4112e004a7b51aa552ce050eac60a9b 100644 (file)
@@ -5,7 +5,8 @@ CXXFLAGS=-I.. -g -Wall
 #CXXFLAGS+=-DEVENT_BASE_FREE_FIX
 LDFLAGS=-levent
 
 #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 \
+       prio-test mixed-way
 
 all: $(targets)
 
 
 all: $(targets)