X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2FMakefile;h=7b7d7c0703211d43b823601a9423e38a2b1f71a7;hb=6efdc514c193f18c9ef840096750c37e78a01bf6;hp=b7a9172138aceffee3ba2b001ede7eddce896eeb;hpb=e938d9e3bf5c98b502178ee26d81a410890fb725;p=libucw.git diff --git a/ucw/sorter/Makefile b/ucw/sorter/Makefile index b7a91721..7b7d7c07 100644 --- a/ucw/sorter/Makefile +++ b/ucw/sorter/Makefile @@ -3,7 +3,7 @@ DIRS+=ucw/sorter LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) -LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h common.h s-fixint.h \ +LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h array-simple.h common.h s-fixint.h \ s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) LIBUCW_INCLUDES+=$(LIBUCW_SORTER_INCLUDES) @@ -11,6 +11,9 @@ ifdef CONFIG_DEBUG_TOOLS PROGS+=$(o)/ucw/sorter/sort-test endif +TESTS+=$(o)/ucw/sorter/sort-test.test + +$(o)/ucw/sorter/sort-test.test: $(o)/ucw/sorter/sort-test $(o)/ucw/sorter/sort-test: $(o)/ucw/sorter/sort-test.o $(LIBUCW) INSTALL_TARGETS+=install-ucw-sorter