]> mj.ucw.cz Git - libucw.git/blobdiff - debug/sorter/Makefile
ucw docs: Array sorter
[libucw.git] / debug / sorter / Makefile
index 5e649ca39eca0327dd43303072ecb3a50612933d..1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb 100644 (file)
@@ -1,6 +1,10 @@
-# Testing the new sorter
+# Tests related to the new sorter
 
 DIRS+=debug/sorter
-PROGS+=$(addprefix $(o)/debug/sorter/,retros)
+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