]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/Makefile
Conf: Decoupled cf_stack_done() from committing
[libucw.git] / ucw / sorter / Makefile
index b7a9172138aceffee3ba2b001ede7eddce896eeb..7b7d7c0703211d43b823601a9423e38a2b1f71a7 100644 (file)
@@ -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