X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/e956850cb32b3964152704e83db15fd93b157e43..17a6987e376600cc0294bd285606848e4d35b771:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 3b45f26..4beddbf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 \ + prio-test mixed-way all: $(targets)