X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2FMakefile;h=1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb;hb=8c3f25771e535551da610592cebe48a22729d86f;hp=70f745dc196fb75960b4033e972d7ce642833b1d;hpb=859769b129993a67598d61bb36d72d268082276b;p=libucw.git diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index 70f745dc..1ef8c620 100644 --- a/debug/sorter/Makefile +++ b/debug/sorter/Makefile @@ -1,9 +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/asio-test: LIBS+=-lpthread +$(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