
test-mysqldb:
	PYTHONPATH=. python t/mysqldb.py

test-feed:
	PYTHONPATH=. python t/feed.py

test-init:
	PYTHONPATH=. python t/initdb.py

