build:
	./build.sh

test:
	BINDWOOD_DB=test_bookmarks BINDWOOD_NOINIT=1 mozmill \
	 --addons=$(shell pwd) --app-arg=about:blank \
	 --show-errors --test=mozmill/tests/

.PHONY: build test
