]> mj.ucw.cz Git - libucw.git/blob - debug/sorter/Makefile
Slightly improved user interface of {asio,file}-test and renamed them
[libucw.git] / debug / sorter / Makefile
1 # Tests related to the new sorter
2
3 DIRS+=debug/sorter
4 PROGS+=$(addprefix $(o)/debug/sorter/,retros radix-file-test radix-asio-test)
5
6 $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH)
7 $(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH)
8 $(o)/debug/sorter/radix-asio-test: $(o)/debug/sorter/radix-asio-test.o $(LIBSH)