X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2FMakefile;h=1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb;hb=c8c688e0b06fdacb20b28b66b9b0608dae8ca0dc;hp=70f745dc196fb75960b4033e972d7ce642833b1d;hpb=7e1f93ce44a60eb194562680cbd662866eee829a;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index 70f745dc..1ef8c620 100644 --- a/debug/sorter/Makefile +++ b/debug/sorter/Makefile @@ -1,9 +1,10 @@ -# Testing the new sorter +# Tests related to the new sorter DIRS+=debug/sorter -PROGS+=$(addprefix $(o)/debug/sorter/,retros file-test asio-test) +PROGS+=$(addprefix $(o)/debug/sorter/,radix-tune-bits radix-tune-thresh) $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH) -$(o)/debug/sorter/file-test: $(o)/debug/sorter/file-test.o $(LIBSH) -$(o)/debug/sorter/asio-test: $(o)/debug/sorter/asio-test.o $(LIBSH) -$(o)/debug/sorter/asio-test: LIBS+=-lpthread +$(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH) +$(o)/debug/sorter/radix-asio-test: $(o)/debug/sorter/radix-asio-test.o $(LIBSH) +$(o)/debug/sorter/radix-tune-bits: $(s)/debug/sorter/radix-tune-bits.sh +$(o)/debug/sorter/radix-tune-thresh: $(s)/debug/sorter/radix-tune-thresh.sh