4 # Uncomment this if you have a libevent version previous to 1.3b.
5 #CXXFLAGS+=-DEVENTXX_NO_EVENT_BASE_FREE
9 targets=bench test-eof test-time test-weof trivial c-way functor-way \
10 wrapped-functor-way prio-test mixed-way
15 @echo Running tests...
17 @for f in $(targets); do \
18 echo -------------------------------------------------------; \
20 echo -------------------------------------------------------; \
26 $(RM) -fv *.o $(targets)