X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2FMakefile;h=bcfcea058f6226cf09d7bdf5b1250a91e6436bf1;hb=1d92ad2e62c2f12405aac4339af536591f721f6a;hp=6a871c64da9c6c4376f8be90d06ce6f7bf720288;hpb=9fce06bcb110d9fab60e1491342bd3ed7f191c50;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index 6a871c64..bcfcea05 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-file-test radix-asio-test 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