X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2FMakefile;h=bcfcea058f6226cf09d7bdf5b1250a91e6436bf1;hb=b5b7b2641b00a18b53c48a1335846133f1d53168;hp=e5800213bf648d5a08497f6ada09c038cc4e7bfe;hpb=f3625d622964cf99300ceb7e499b99ebbce9fe69;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