X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=debug%2Fsorter%2FMakefile;h=1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb;hb=8c3f25771e535551da610592cebe48a22729d86f;hp=6a871c64da9c6c4376f8be90d06ce6f7bf720288;hpb=9fce06bcb110d9fab60e1491342bd3ed7f191c50;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index 6a871c64..1ef8c620 100644 --- a/debug/sorter/Makefile +++ b/debug/sorter/Makefile @@ -1,9 +1,10 @@ # Tests related to the new sorter DIRS+=debug/sorter -PROGS+=$(addprefix $(o)/debug/sorter/,retros radix-file-test radix-asio-test radix-tune-bits) +PROGS+=$(addprefix $(o)/debug/sorter/,radix-tune-bits radix-tune-thresh) $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.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