X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2FMakefile;h=1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb;hb=c8c688e0b06fdacb20b28b66b9b0608dae8ca0dc;hp=e5800213bf648d5a08497f6ada09c038cc4e7bfe;hpb=d2528db134559e627fc03189407f34b8861a7591;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index e5800213..1ef8c620 100644 --- a/debug/sorter/Makefile +++ b/debug/sorter/Makefile @@ -1,8 +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/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