X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debug%2Fsorter%2FMakefile;h=bcfcea058f6226cf09d7bdf5b1250a91e6436bf1;hb=91c499892f07ad6494351a1c1985a0d3e2600a25;hp=e5800213bf648d5a08497f6ada09c038cc4e7bfe;hpb=d18403664f23ca1464d659b29912758d72b2abec;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index e5800213..bcfcea05 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-file-test radix-asio-test 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