]> git.llucax.com Git - software/eventxx.git/blobdiff - test/Makefile
Fix priorities API.
[software/eventxx.git] / test / Makefile
index f582ca4a942c7a7fd9165a50353f396cf9d28ca5..3b45f263e062b3c0283cbaf6bd9eedbc9cebea14 100644 (file)
@@ -2,10 +2,10 @@
 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+=-DEVENT_BASE_FREE_FIX
 LDFLAGS=-levent
 
-targets=bench test-eof test-time test-weof trivial c-way
+targets=bench test-eof test-time test-weof trivial c-way functor-way prio-test
 
 all: $(targets)