if MAKE_UNITTEST

UNITTEST_DIR = test

test: all
	test/zimlib-test

endif

SUBDIRS = \
	src \
	src/tools \
	include \
	$(UNITTEST_DIR) \
	examples
