sync \
qache \
string \
- bbuf \
- workqueue
+ bbuf
LIBUCW_INCLUDES= \
lib.h config.h threads.h math.h \
lizard.h \
md5.h \
base64.h base224.h \
- qache.h \
- workqueue.h
+ qache.h
ifdef CONFIG_UCW_THREADS
# Some modules require threading
$(o)/lib/kmp-test: $(o)/lib/kmp-test.o $(LIBUCW) $(LIBCHARSET)
$(o)/lib/ipaccess-test: $(o)/lib/ipaccess-test.o $(LIBUCW)
-$(o)/lib/workqueue-t: LIBS+=-lpthread # FIXME
-
TESTS+=$(addprefix $(o)/lib/,regex.test unicode-utf8.test hash-test.test mempool.test stkstring.test slists.test kmp-test.test bbuf.test)
$(o)/lib/regex.test: $(o)/lib/regex-t
$(o)/lib/unicode-utf8.test: $(o)/lib/unicode-utf8-t